diff --git a/Cyrano/package-lock.json b/Cyrano/package-lock.json index fa03140b..36273cd7 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.16.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.16.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.16.0.tgz", + "integrity": "sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ==", "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..b6118a79 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.16.0", "mammoth": "^1.11.0", "marked": "^17.0.4", "multer": "^2.1.1",