From a9d597bd15dac85d18a93a2a8fe1e5143b40b6fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:35:23 +0000 Subject: [PATCH] Bump react-icons from 5.3.0 to 5.5.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.3.0 to 5.5.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.3.0...v5.5.0) --- updated-dependencies: - dependency-name: react-icons dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 913d2f39..ee0904ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "react-dom": "^18.2.0", "react-helmet-async": "^2.0.5", "react-hot-toast": "^2.5.2", - "react-icons": "^5.3.0", + "react-icons": "^5.5.0", "react-redux": "^9.2.0", "react-responsive-carousel": "^3.2.23", "react-router-dom": "^6.30.1", @@ -15288,9 +15288,10 @@ } }, "node_modules/react-icons": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", - "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", + "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==", + "license": "MIT", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index e6bf531d..6e5dd07c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-dom": "^18.2.0", "react-helmet-async": "^2.0.5", "react-hot-toast": "^2.5.2", - "react-icons": "^5.3.0", + "react-icons": "^5.5.0", "react-redux": "^9.2.0", "react-responsive-carousel": "^3.2.23", "react-router-dom": "^6.30.1",