From ee4b8de12d9edc7a1fb7b55cfcda5e533edb1b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:19:14 +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 | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index c7f246b1a..4d6958ac9 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -68,7 +68,7 @@ "react-grid-layout": "^2.2.2", "react-hook-form": "^7.72.0", "react-i18next": "^15.2.0", - "react-icons": "^5.5.0", + "react-icons": "^5.6.0", "react-konva": "^19.2.3", "react-markdown": "^9.0.1", "react-router-dom": "^6.30.3", @@ -12133,9 +12133,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==", + "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/web/package.json b/web/package.json index 7d22dc718..c24e6a822 100644 --- a/web/package.json +++ b/web/package.json @@ -82,7 +82,7 @@ "react-grid-layout": "^2.2.2", "react-hook-form": "^7.72.0", "react-i18next": "^15.2.0", - "react-icons": "^5.5.0", + "react-icons": "^5.6.0", "react-konva": "^19.2.3", "react-markdown": "^9.0.1", "react-router-dom": "^6.30.3",