From 4bb41d5b20b1716e105e2d45b8b47ef787df4985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 02:08:00 +0000 Subject: [PATCH] Bump react-icons from 4.10.1 to 5.5.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.10.1 to 5.5.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.10.1...v5.5.0) --- updated-dependencies: - dependency-name: react-icons dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 d384e081..38f9589b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "^18.2.0", "react-firebase-hooks": "^5.1.1", "react-hot-toast": "^2.4.1", - "react-icons": "^4.10.1", + "react-icons": "^5.5.0", "react-router-dom": "^6.15.0", "web-vitals": "^3.4.0" }, @@ -16304,9 +16304,10 @@ } }, "node_modules/react-icons": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.10.1.tgz", - "integrity": "sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==", + "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 4e0aff3f..b49efe24 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-dom": "^18.2.0", "react-firebase-hooks": "^5.1.1", "react-hot-toast": "^2.4.1", - "react-icons": "^4.10.1", + "react-icons": "^5.5.0", "react-router-dom": "^6.15.0", "web-vitals": "^3.4.0" },