From 8cef75bcc0f899554dbb0c8df849930a4dbc2039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:15:29 +0000 Subject: [PATCH] [Docs Site] Bump marked from 16.2.1 to 16.4.0 Bumps [marked](https://github.com/markedjs/marked) from 16.2.1 to 16.4.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.2.1...v16.4.0) --- updated-dependencies: - dependency-name: marked dependency-version: 16.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 561e91bf6e73527..f60ae166aa5a098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "jsonc-parser": "3.3.1", "ldrs": "1.1.7", "lz-string": "1.5.0", - "marked": "16.2.1", + "marked": "16.4.0", "mdast-util-from-markdown": "2.0.2", "mdast-util-mdx": "3.0.0", "mdast-util-mdx-expression": "2.0.1", @@ -12635,9 +12635,9 @@ } }, "node_modules/marked": { - "version": "16.2.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-16.2.1.tgz", - "integrity": "sha512-r3UrXED9lMlHF97jJByry90cwrZBBvZmjG1L68oYfuPMW+uDTnuMbyJDymCWwbTE+f+3LhpNDKfpR3a3saFyjA==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.0.tgz", + "integrity": "sha512-CTPAcRBq57cn3R8n3hwc2REddc28hjR7RzDXQ+lXLmMJYqn20BaI2cGw6QjgZGIgVfp2Wdfw4aMzgNteQ6qJgQ==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index caafd842be00a29..d69f55d7a54790a 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "jsonc-parser": "3.3.1", "ldrs": "1.1.7", "lz-string": "1.5.0", - "marked": "16.2.1", + "marked": "16.4.0", "mdast-util-from-markdown": "2.0.2", "mdast-util-mdx": "3.0.0", "mdast-util-mdx-expression": "2.0.1",