From 24113c7b3bcb012774ed9e546ca3420989123721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 20:07:08 +0000 Subject: [PATCH] Bump react-icons from 4.12.0 to 5.3.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.12.0 to 5.3.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.12.0...v5.3.0) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:development 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 7f1428c..97ea7f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "postcss": "^8.4.25", "prettier": "^2.8.8", "react-countup": "^6.4.2", - "react-icons": "^4.10.1", + "react-icons": "^5.3.0", "react-redux": "^8.1.1", "react-router-dom": "^6.16.0", "redux-persist": "^6.0.0", @@ -8245,9 +8245,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.3.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", + "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", "dev": true, "peerDependencies": { "react": "*" diff --git a/package.json b/package.json index 3dc575b..1517a43 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "postcss": "^8.4.25", "prettier": "^2.8.8", "react-countup": "^6.4.2", - "react-icons": "^4.10.1", + "react-icons": "^5.3.0", "react-redux": "^8.1.1", "react-router-dom": "^6.16.0", "redux-persist": "^6.0.0",