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",