From 5dd0cffda5167342f110b1f5208df6cde5ff403a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 19:53:37 +0000 Subject: [PATCH] build(deps): bump react-icons from 5.5.0 to 5.6.0 in /Cyrano 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] --- Cyrano/package-lock.json | 8 ++++---- Cyrano/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cyrano/package-lock.json b/Cyrano/package-lock.json index 3e0fd4a0..14bf12ad 100644 --- a/Cyrano/package-lock.json +++ b/Cyrano/package-lock.json @@ -48,7 +48,7 @@ "playwright": "^1.58.2", "postgres": "^3.4.8", "puppeteer": "^24.37.5", - "react-icons": "^5.5.0", + "react-icons": "^5.6.0", "tesseract.js": "^7.0.0", "uuid": "^13.0.0", "zod": "^4.3.6" @@ -9239,9 +9239,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/Cyrano/package.json b/Cyrano/package.json index f3d63c44..4baa82ea 100644 --- a/Cyrano/package.json +++ b/Cyrano/package.json @@ -65,7 +65,7 @@ "playwright": "^1.58.2", "postgres": "^3.4.8", "puppeteer": "^24.37.5", - "react-icons": "^5.5.0", + "react-icons": "^5.6.0", "tesseract.js": "^7.0.0", "uuid": "^13.0.0", "zod": "^4.3.6"