diff --git a/Cyrano/package-lock.json b/Cyrano/package-lock.json index 01528117..88b05956 100644 --- a/Cyrano/package-lock.json +++ b/Cyrano/package-lock.json @@ -10,7 +10,6 @@ "dependencies": { "@anthropic-ai/sdk": "^0.88.0", "@aws-sdk/client-s3": "^3.1029.0", - "@esbuild/win32-x64": "0.28.0", "@iconify-icons/mingcute": "^1.2.9", "@iconify/react": "^6.0.2", "@microsoft/microsoft-graph-client": "^3.0.7", @@ -37,7 +36,7 @@ "jsdom": "^29.0.2", "json-rules-engine": "^7.3.1", "jsonwebtoken": "^9.0.3", - "lucide-react": "^0.577.0", + "lucide-react": "^1.8.0", "mammoth": "^1.11.0", "marked": "^17.0.4", "multer": "^2.1.1", @@ -8137,9 +8136,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.8.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.8.0.tgz", + "integrity": "sha512-WuvlsjngSk7TnTBJ1hsCy3ql9V9VOdcPkd3PKcSmM34vJD8KG6molxz7m7zbYFgICwsanQWmJ13JlYs4Zp7Arw==", "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 267a0565..38848d2e 100644 --- a/Cyrano/package.json +++ b/Cyrano/package.json @@ -57,7 +57,7 @@ "jsdom": "^29.0.2", "json-rules-engine": "^7.3.1", "jsonwebtoken": "^9.0.3", - "lucide-react": "^0.577.0", + "lucide-react": "^1.8.0", "mammoth": "^1.11.0", "marked": "^17.0.4", "multer": "^2.1.1",