From ef925a22fa56406614fdb286027ab11767d74f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 19:41:18 +0000 Subject: [PATCH] [Docs Site] Bump marked from 15.0.8 to 15.0.11 Bumps [marked](https://github.com/markedjs/marked) from 15.0.8 to 15.0.11. - [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/v15.0.8...v15.0.11) --- updated-dependencies: - dependency-name: marked dependency-version: 15.0.11 dependency-type: direct:development update-type: version-update:semver-patch ... 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 6328cf60bb86c54..aea3543dc667228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "he": "1.2.0", "jsonc-parser": "3.3.1", "lz-string": "1.5.0", - "marked": "15.0.8", + "marked": "15.0.11", "mdast-util-from-markdown": "2.0.2", "mdast-util-mdx": "3.0.0", "mdast-util-mdx-expression": "2.0.1", @@ -12133,9 +12133,9 @@ } }, "node_modules/marked": { - "version": "15.0.8", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.8.tgz", - "integrity": "sha512-rli4l2LyZqpQuRve5C0rkn6pj3hT8EWPC+zkAxFTAJLxRbENfTAhEQq9itrmf1Y81QtAX5D/MYlGlIomNgj9lA==", + "version": "15.0.11", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.11.tgz", + "integrity": "sha512-1BEXAU2euRCG3xwgLVT1y0xbJEld1XOrmRJpUwRCcy7rxhSCwMrmEu9LXoPhHSCJG41V7YcQ2mjKRr5BA3ITIA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 18052f88d994dcd..2d1e093e1c32886 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "he": "1.2.0", "jsonc-parser": "3.3.1", "lz-string": "1.5.0", - "marked": "15.0.8", + "marked": "15.0.11", "mdast-util-from-markdown": "2.0.2", "mdast-util-mdx": "3.0.0", "mdast-util-mdx-expression": "2.0.1",