From a896459e00199544488ca5f474c2cd52c0aac309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:17:33 +0000 Subject: [PATCH] build(deps): bump marked from 17.0.5 to 18.0.5 in /Cyrano Bumps [marked](https://github.com/markedjs/marked) from 17.0.5 to 18.0.5. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.5...v18.0.5) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cyrano/package-lock.json | 9 ++++----- Cyrano/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) 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",