From 33f4e3decb5e82c31e1c1f16d1503bb02cfb2130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:18:06 +0000 Subject: [PATCH] build(deps): bump lucide-react from 0.577.0 to 1.21.0 in /Cyrano Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.577.0 to 1.21.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.21.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cyrano/package-lock.json | 9 ++++----- Cyrano/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cyrano/package-lock.json b/Cyrano/package-lock.json index a4b194fa..27519a74 100644 --- a/Cyrano/package-lock.json +++ b/Cyrano/package-lock.json @@ -10,7 +10,6 @@ "dependencies": { "@anthropic-ai/sdk": "^0.104.1", "@aws-sdk/client-s3": "^3.1068.0", - "@esbuild/win32-x64": "0.28.1", "@iconify-icons/mingcute": "^1.2.9", "@iconify/react": "^6.0.2", "@microsoft/microsoft-graph-client": "^3.0.7", @@ -37,7 +36,7 @@ "jsdom": "^29.1.1", "json-rules-engine": "^7.3.1", "jsonwebtoken": "^9.0.3", - "lucide-react": "^0.577.0", + "lucide-react": "^1.21.0", "mammoth": "^1.11.0", "marked": "^17.0.4", "multer": "^2.2.0", @@ -7151,9 +7150,9 @@ } }, "node_modules/lucide-react": { - "version": "0.577.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", - "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.21.0.tgz", + "integrity": "sha512-reEZMXq8Qdd5jg5XYkQ5TR1fB/GiQ7ih4vcrthYDtgjSDwh0i6/YLiGjsWsIwgN49gpAnd4J2elSNzncMEEUUQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/Cyrano/package.json b/Cyrano/package.json index 8ae6bb6e..7d7aee4d 100644 --- a/Cyrano/package.json +++ b/Cyrano/package.json @@ -57,7 +57,7 @@ "jsdom": "^29.1.1", "json-rules-engine": "^7.3.1", "jsonwebtoken": "^9.0.3", - "lucide-react": "^0.577.0", + "lucide-react": "^1.21.0", "mammoth": "^1.11.0", "marked": "^17.0.4", "multer": "^2.2.0",