From dfff9061c12b95b90d326d4ae7d76a0bf0da39d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:02:59 +0000 Subject: [PATCH] Bump react-icons from 5.6.0 to 5.7.0 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] --- 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 688087f..713375c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "next": "^16.2.6", "react": "^19.2.6", "react-dom": "^19.2.6", - "react-icons": "^5.6.0", + "react-icons": "^5.7.0", "recharts": "^3.8.1", "tailwind-merge": "^3.6.0", "ws": "^8.21.0", @@ -10842,9 +10842,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/package.json b/package.json index bb836b3..7e37985 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "next": "^16.2.6", "react": "^19.2.6", "react-dom": "^19.2.6", - "react-icons": "^5.6.0", + "react-icons": "^5.7.0", "recharts": "^3.8.1", "tailwind-merge": "^3.6.0", "ws": "^8.21.0",