From dc414da00837259536001533e083bc4fa68ba35e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 20:04:45 +0000 Subject: [PATCH] [Docs Site] Bump marked from 16.2.1 to 16.4.1 Bumps [marked](https://github.com/markedjs/marked) from 16.2.1 to 16.4.1. - [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.1) --- updated-dependencies: - dependency-name: marked dependency-version: 16.4.1 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 3fc12561c2fbd0..32c3b7a08d4ee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "jsonc-parser": "3.3.1", "ldrs": "1.1.7", "lz-string": "1.5.0", - "marked": "16.2.1", + "marked": "16.4.1", "mdast-util-from-markdown": "2.0.2", "mdast-util-mdx": "3.0.0", "mdast-util-mdx-expression": "2.0.1", @@ -13322,9 +13322,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.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.1.tgz", + "integrity": "sha512-ntROs7RaN3EvWfy3EZi14H4YxmT6A5YvywfhO+0pm+cH/dnSQRmdAmoFIc3B9aiwTehyk7pESH4ofyBY+V5hZg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 085a55d68d2d2f..22130756255c67 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "jsonc-parser": "3.3.1", "ldrs": "1.1.7", "lz-string": "1.5.0", - "marked": "16.2.1", + "marked": "16.4.1", "mdast-util-from-markdown": "2.0.2", "mdast-util-mdx": "3.0.0", "mdast-util-mdx-expression": "2.0.1",