From 66fe3c4750d6a405003634fddc5e9a423d0c572e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:54:32 +0000 Subject: [PATCH] [Docs Site] Bump marked from 14.1.3 to 15.0.0 Bumps [marked](https://github.com/markedjs/marked) from 14.1.3 to 15.0.0. - [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/v14.1.3...v15.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... 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 9c2aeceecdfc77..1676f246393363 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "instantsearch.css": "^8.5.1", "instantsearch.js": "^4.75.4", "lz-string": "^1.5.0", - "marked": "^14.1.3", + "marked": "^15.0.0", "mdast-util-mdx-expression": "^2.0.1", "mermaid": "^11.4.0", "node-html-parser": "^6.1.13", @@ -10467,9 +10467,9 @@ } }, "node_modules/marked": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.3.tgz", - "integrity": "sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.0.tgz", + "integrity": "sha512-0mouKmBROJv/WSHJBPZZyYofUgawMChnD5je/g+aOBXsHDjb/IsnTQj7mnhQZu+qPJmRQ0ecX3mLGEUm3BgwYA==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 3000fe2456f843..3d1ab26c520011 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "instantsearch.css": "^8.5.1", "instantsearch.js": "^4.75.4", "lz-string": "^1.5.0", - "marked": "^14.1.3", + "marked": "^15.0.0", "mdast-util-mdx-expression": "^2.0.1", "mermaid": "^11.4.0", "node-html-parser": "^6.1.13",