From 6ee8a3cc540c9c053943816d4b6651ff1e0d325b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:44:28 +0000 Subject: [PATCH] Bump react-icons from 5.4.0 to 5.6.0 Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.4.0 to 5.6.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.4.0...v5.6.0) --- updated-dependencies: - dependency-name: react-icons dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 0b950b3..9538e7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "react-day-picker": "^8.10.1", "react-dom": "^18.3.1", "react-hook-form": "^7.55.0", - "react-icons": "^5.4.0", + "react-icons": "^5.6.0", "react-resizable-panels": "^4.7.2", "recharts": "^2.15.2", "tailwind-merge": "^3.5.0", @@ -5798,9 +5798,9 @@ } }, "node_modules/react-icons": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", - "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", + "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 e695bf5..9b3f7e9 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "react-day-picker": "^8.10.1", "react-dom": "^18.3.1", "react-hook-form": "^7.55.0", - "react-icons": "^5.4.0", + "react-icons": "^5.6.0", "react-resizable-panels": "^4.7.2", "recharts": "^2.15.2", "tailwind-merge": "^3.5.0",