From 98c2f733bf659e7dc93d1b5bb17b0bdbdf545c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:41:23 +0000 Subject: [PATCH] Bump react-icons from 4.8.0 to 5.0.1 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.8.0 to 5.0.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.8.0...v5.0.1) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e7d971..0f649a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-i18next": "^12.3.1", - "react-icons": "^4.8.0", + "react-icons": "^5.0.1", "react-markdown": "^8.0.7", "rehype-highlight": "^7.0.0", "remark-gfm": "^3.0.1", @@ -12615,9 +12615,9 @@ } }, "node_modules/react-icons": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.8.0.tgz", - "integrity": "sha512-N6+kOLcihDiAnj5Czu637waJqSnwlMNROzVZMhfX68V/9bu9qHaMIJC4UdozWoOk57gahFCNHwVvWzm0MTzRjg==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.0.1.tgz", + "integrity": "sha512-WqLZJ4bLzlhmsvme6iFdgO8gfZP17rfjYEJ2m9RsZjZ+cc4k1hTzknEz63YS1MeT50kVzoa1Nz36f4BEx+Wigw==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index f273c0f..6c42b89 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-i18next": "^12.3.1", - "react-icons": "^4.8.0", + "react-icons": "^5.0.1", "react-markdown": "^8.0.7", "rehype-highlight": "^7.0.0", "remark-gfm": "^3.0.1",