From 858c0a53b35f4b6f15609a481a695f32a3241de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:19:01 +0000 Subject: [PATCH] Bump react-icons from 4.12.0 to 5.2.1 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.12.0 to 5.2.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.12.0...v5.2.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 5746df0..060bcaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", "react-i18next": "^14.1.2", - "react-icons": "^4.11.0", + "react-icons": "^5.2.1", "react-scripts": "^5.0.1", "sass": "^1.69.4", "typescript": "^4.9.5", @@ -14558,9 +14558,9 @@ } }, "node_modules/react-icons": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", - "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", + "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 3a3ae01..1c41ba3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", "react-i18next": "^14.1.2", - "react-icons": "^4.11.0", + "react-icons": "^5.2.1", "react-scripts": "^5.0.1", "sass": "^1.69.4", "typescript": "^4.9.5",