From 3d329be1e3530264cde2c02c78bb190949b0ff30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 20:36:48 +0000 Subject: [PATCH] [Docs Site] Bump marked from 15.0.8 to 15.0.10 Bumps [marked](https://github.com/markedjs/marked) from 15.0.8 to 15.0.10. - [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.10) --- updated-dependencies: - dependency-name: marked dependency-version: 15.0.10 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 dbbfc963fc4522..7890e4ee608f20 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.10", "mdast-util-from-markdown": "2.0.2", "mdast-util-mdx": "3.0.0", "mdast-util-mdx-expression": "2.0.1", @@ -14210,9 +14210,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.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.10.tgz", + "integrity": "sha512-BXzsfFiR2UqXFKRwpugWuCYi9mWd1aX/Yns/X52xWfvfen9lnGEDbJw9ZEjjvLZVqntqT2gX45eYvqb2dIokDw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 34523a07efa983..26f734320ad8a5 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.10", "mdast-util-from-markdown": "2.0.2", "mdast-util-mdx": "3.0.0", "mdast-util-mdx-expression": "2.0.1",