From 9d0a70dd75625351bb0bc4cd5bd4bbd63bc344ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:25:12 +0000 Subject: [PATCH] chore(deps): bump react-icons from 4.12.0 to 5.6.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.12.0 to 5.6.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v4.12.0...v5.6.0) --- updated-dependencies: - dependency-name: react-icons dependency-version: 5.6.0 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 6cf5d32..92bb6ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "lucide-react": "^0.292.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.12.0", + "react-icons": "^5.6.0", "react-type-animation": "^3.2.0" }, "devDependencies": { @@ -4796,9 +4796,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.6.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.6.0.tgz", + "integrity": "sha512-RH93p5ki6LfOiIt0UtDyNg/cee+HLVR6cHHtW3wALfo+eOHTp8RnU2kRkI6E+H19zMIs03DyxUG/GfZMOGvmiA==", "license": "MIT", "peerDependencies": { "react": "*" diff --git a/package.json b/package.json index 6a52d4e..8ff237b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lucide-react": "^0.292.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.12.0", + "react-icons": "^5.6.0", "react-type-animation": "^3.2.0" }, "devDependencies": {