From 91fe07816a4048d586e6bf4bb63f10fde928ea07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 20:28:35 +0000 Subject: [PATCH] [Docs Site] Bump marked from 15.0.7 to 15.0.8 Bumps [marked](https://github.com/markedjs/marked) from 15.0.7 to 15.0.8. - [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.7...v15.0.8) --- updated-dependencies: - dependency-name: marked dependency-version: 15.0.8 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 98de7ec501c0708..54d5b7021024557 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.7", + "marked": "15.0.8", "mdast-util-from-markdown": "2.0.2", "mdast-util-mdx": "3.0.0", "mdast-util-mdx-expression": "2.0.1", @@ -12578,9 +12578,9 @@ } }, "node_modules/marked": { - "version": "15.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz", - "integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==", + "version": "15.0.8", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.8.tgz", + "integrity": "sha512-rli4l2LyZqpQuRve5C0rkn6pj3hT8EWPC+zkAxFTAJLxRbENfTAhEQq9itrmf1Y81QtAX5D/MYlGlIomNgj9lA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 108c991bb61e209..de3946cfdb0e671 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.7", + "marked": "15.0.8", "mdast-util-from-markdown": "2.0.2", "mdast-util-mdx": "3.0.0", "mdast-util-mdx-expression": "2.0.1",