diff --git a/Cyrano/package-lock.json b/Cyrano/package-lock.json index a4b194fa..ad7dd22d 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", @@ -39,7 +38,7 @@ "jsonwebtoken": "^9.0.3", "lucide-react": "^0.577.0", "mammoth": "^1.11.0", - "marked": "^17.0.4", + "marked": "^18.0.5", "multer": "^2.2.0", "node-fetch": "^3.3.2", "openai": "^6.42.0", @@ -7222,9 +7221,9 @@ } }, "node_modules/marked": { - "version": "17.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz", - "integrity": "sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==", + "version": "18.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.5.tgz", + "integrity": "sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/Cyrano/package.json b/Cyrano/package.json index 8ae6bb6e..6b234b0b 100644 --- a/Cyrano/package.json +++ b/Cyrano/package.json @@ -59,7 +59,7 @@ "jsonwebtoken": "^9.0.3", "lucide-react": "^0.577.0", "mammoth": "^1.11.0", - "marked": "^17.0.4", + "marked": "^18.0.5", "multer": "^2.2.0", "node-fetch": "^3.3.2", "openai": "^6.42.0",