From a8d64ed9053eaa3dec61888615a96256c1e3b135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 09:03:34 +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 f11ed03..a45873e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "docx": "^8.5.0", "dompurify": "^3.4.13", "mammoth": "^1.12.1", - "marked": "^13.0.0" + "marked": "^18.0.9" }, "devDependencies": { "esbuild": "^0.23.0", @@ -2700,15 +2700,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 b664d77..55e3139 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "docx": "^8.5.0", "dompurify": "^3.4.13", "mammoth": "^1.12.1", - "marked": "^13.0.0" + "marked": "^18.0.9" }, "devDependencies": { "esbuild": "^0.23.0",