From ceeae10c5028403acdb00a36e8b0ad067596f51e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 08:42:10 +0000 Subject: [PATCH] Bump react-icons from 5.5.0 to 5.6.0 in /web Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.5.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.5.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] --- web/package-lock.json | 15 +++++++-------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 38a5b14f9..c74acb420 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -34,7 +34,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-i18next": "^11.8.11", - "react-icons": "^5.5.0", + "react-icons": "^5.6.0", "react-modal": "^3.14.4", "react-router": "5.3.x", "react-router-dom": "5.3.x", @@ -20833,10 +20833,9 @@ } }, "node_modules/react-icons": { - "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", + "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==", "peerDependencies": { "react": "*" } @@ -39723,9 +39722,9 @@ } }, "react-icons": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", - "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==" + "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==" }, "react-is": { "version": "16.13.1", diff --git a/web/package.json b/web/package.json index 8548e1666..4110ab5de 100644 --- a/web/package.json +++ b/web/package.json @@ -127,7 +127,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-i18next": "^11.8.11", - "react-icons": "^5.5.0", + "react-icons": "^5.6.0", "react-modal": "^3.14.4", "react-router": "5.3.x", "react-router-dom": "5.3.x",