From 4cf9fa888497c5bc46ecafc5d7581fcd00026b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 07:41:17 +0000 Subject: [PATCH] Bump marked from 13.0.3 to 18.0.9 Bumps [marked](https://github.com/markedjs/marked) from 13.0.3 to 18.0.9. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v13.0.3...v18.0.9) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ccafde..3efec37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "docx": "^9.7.1", "dompurify": "^3.4.13", "mammoth": "^1.12.1", - "marked": "^13.0.0" + "marked": "^18.0.9" }, "devDependencies": { "esbuild": "^0.28.2", @@ -2747,15 +2747,15 @@ } }, "node_modules/marked": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz", - "integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==", + "version": "18.0.9", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.9.tgz", + "integrity": "sha512-/Sa4qiiHZxf0/FQdBBowr9q4r10krCwMvpK48FUBdXdUXScDxiQGR9zCPrFgRVR5LU3iySOiIjy09ZQvADir1w==", "license": "MIT", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 18" + "node": ">= 20" } }, "node_modules/math-intrinsics": { diff --git a/package.json b/package.json index 6834143..e806c3e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "docx": "^9.7.1", "dompurify": "^3.4.13", "mammoth": "^1.12.1", - "marked": "^13.0.0" + "marked": "^18.0.9" }, "devDependencies": { "esbuild": "^0.28.2",