From 9895897d9ce68057342974770bf13443eaa596ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 06:52:07 +0000 Subject: [PATCH] build(deps): bump marked from 17.0.5 to 18.0.3 in /Cyrano Bumps [marked](https://github.com/markedjs/marked) from 17.0.5 to 18.0.3. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.5...v18.0.3) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cyrano/package-lock.json | 8 ++++---- Cyrano/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cyrano/package-lock.json b/Cyrano/package-lock.json index ad0407c4..64faa0c2 100644 --- a/Cyrano/package-lock.json +++ b/Cyrano/package-lock.json @@ -38,7 +38,7 @@ "jsonwebtoken": "^9.0.3", "lucide-react": "^0.577.0", "mammoth": "^1.11.0", - "marked": "^17.0.4", + "marked": "^18.0.3", "multer": "^2.1.1", "node-fetch": "^3.3.2", "openai": "^6.37.0", @@ -7969,9 +7969,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.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.3.tgz", + "integrity": "sha512-7VT90JOkDeaRWpfjOReRGPEKn0ecdARBkDGL+tT1wZY0efPPqkUxLUSmzy/C7TIylQYJC9STISEsCHrqb/7VIA==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/Cyrano/package.json b/Cyrano/package.json index 02fe4ded..88b1d6cf 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.3", "multer": "^2.1.1", "node-fetch": "^3.3.2", "openai": "^6.37.0",