From f82ff060e17813aaf17393bc5e4c4b2be01804e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 06:52:09 +0000 Subject: [PATCH] build(deps): bump lucide-react from 0.577.0 to 1.14.0 in /Cyrano Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.577.0 to 1.14.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.14.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 ad0407c4..d8170c5f 100644 --- a/Cyrano/package-lock.json +++ b/Cyrano/package-lock.json @@ -36,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.14.0", "mammoth": "^1.11.0", "marked": "^17.0.4", "multer": "^2.1.1", @@ -7898,9 +7898,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.14.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.14.0.tgz", + "integrity": "sha512-+1mdWcfSJVUsaTIjN9zoezmUhfXo5l0vP7ekBMPo3jcS/aIkxHnXqAPsByszMZx/Y8oQBRJxJx5xg+RH3urzxA==", "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 02fe4ded..6c446c4a 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.14.0", "mammoth": "^1.11.0", "marked": "^17.0.4", "multer": "^2.1.1",