From a8f97f8c2dfb12813e15d7a5c114a0df7a8dc39a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:04:31 +0000 Subject: [PATCH] [Docs Site] Bump marked from 15.0.6 to 15.0.7 Bumps [marked](https://github.com/markedjs/marked) from 15.0.6 to 15.0.7. - [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.6...v15.0.7) --- updated-dependencies: - dependency-name: marked 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 788323172e8c5ba..39230113b77eb2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "instantsearch.js": "4.77.3", "jsonc-parser": "3.3.1", "lz-string": "1.5.0", - "marked": "15.0.6", + "marked": "15.0.7", "mdast-util-mdx-expression": "2.0.1", "mermaid": "11.4.1", "node-html-parser": "7.0.1", @@ -11960,9 +11960,9 @@ } }, "node_modules/marked": { - "version": "15.0.6", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.6.tgz", - "integrity": "sha512-Y07CUOE+HQXbVDCGl3LXggqJDbXDP2pArc2C1N1RRMN0ONiShoSsIInMd5Gsxupe7fKLpgimTV+HOJ9r7bA+pg==", + "version": "15.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz", + "integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 0a6ee8e90d41daa..fd28d94fd82bfed 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "instantsearch.js": "4.77.3", "jsonc-parser": "3.3.1", "lz-string": "1.5.0", - "marked": "15.0.6", + "marked": "15.0.7", "mdast-util-mdx-expression": "2.0.1", "mermaid": "11.4.1", "node-html-parser": "7.0.1",