From 78e3d67f2c2ef55dd056010b2318b0e711886324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 11:12:49 +0000 Subject: [PATCH] Bump marked from 16.4.1 to 17.0.0 Bumps [marked](https://github.com/markedjs/marked) from 16.4.1 to 17.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v16.4.1...v17.0.0) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++++++++---- package.json | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1b87d5c..e5df79cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "fs-extra": "11.3.2", "highlight.js": "^11.11.1", "json-stable-stringify": "1.3.0", - "marked": "^16.4.1", + "marked": "^17.0.0", "marked-gfm-heading-id": "^4.1.3", "marked-mangle": "^1.1.12", "mermaid": "^11.12.1", @@ -12970,9 +12970,9 @@ } }, "node_modules/marked": { - "version": "16.4.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.1.tgz", - "integrity": "sha512-ntROs7RaN3EvWfy3EZi14H4YxmT6A5YvywfhO+0pm+cH/dnSQRmdAmoFIc3B9aiwTehyk7pESH4ofyBY+V5hZg==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.0.tgz", + "integrity": "sha512-KkDYEWEEiYJw/KC+DVm1zzlpMQSMIu6YRltkcCvwheCp8HWPXCk9JwOmHJKBlGfzcpzcIt6x3sMnTsRm/51oDg==", "license": "MIT", "bin": { "marked": "bin/marked.js" @@ -13097,6 +13097,18 @@ "uuid": "^11.1.0" } }, + "node_modules/mermaid/node_modules/marked": { + "version": "16.4.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.2.tgz", + "integrity": "sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==", + "license": "MIT", + "bin": { + "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 20" + } + }, "node_modules/mermaid/node_modules/uuid": { "version": "11.1.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", diff --git a/package.json b/package.json index 72234848..ed1a6dda 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "fs-extra": "11.3.2", "highlight.js": "^11.11.1", "json-stable-stringify": "1.3.0", - "marked": "^16.4.1", + "marked": "^17.0.0", "marked-gfm-heading-id": "^4.1.3", "marked-mangle": "^1.1.12", "mermaid": "^11.12.1",