From 17b02d35409b4f9c6f1c6a3ae254fbf9adb7ece3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:52:47 +0000 Subject: [PATCH] chore(deps): bump react-icons from 5.6.0 to 5.7.0 in /frontend Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.6.0...v5.7.0) --- updated-dependencies: - dependency-name: react-icons dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f60c0c5..e8d12e1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "lucide-react": "^1.28.0", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-icons": "^5.6.0", + "react-icons": "^5.7.0", "recharts": "^3.10.0", "tailwind-merge": "^3.6.0", "tailwindcss": "^4.3.1" @@ -2214,9 +2214,9 @@ } }, "node_modules/react-icons": { - "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==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.7.0.tgz", + "integrity": "sha512-LBLy340Rzqy6+/yVhZKT3B/QpP1BZaesGqasf09HPOBzRarcDIFH0WwXlXQfE7q7ipxK4MSiC5DIBWURCny6fw==", "license": "MIT", "peerDependencies": { "react": "*" diff --git a/frontend/package.json b/frontend/package.json index 3d69bcb..2461b00 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "lucide-react": "^1.28.0", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-icons": "^5.6.0", + "react-icons": "^5.7.0", "recharts": "^3.10.0", "tailwind-merge": "^3.6.0", "tailwindcss": "^4.3.1"