From df3f513a6496d15fda8708f4f313a585408dc8ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:19:36 +0000 Subject: [PATCH] [Docs Site] Bump marked from 14.1.3 to 15.0.1 Bumps [marked](https://github.com/markedjs/marked) from 14.1.3 to 15.0.1. - [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.1) --- 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 949b342ea7a82e5..ac0ff73c522125f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "instantsearch.css": "^8.5.1", "instantsearch.js": "^4.75.4", "lz-string": "^1.5.0", - "marked": "^14.1.3", + "marked": "^15.0.1", "mdast-util-mdx-expression": "^2.0.1", "mermaid": "^11.4.0", "node-html-parser": "^6.1.13", @@ -10512,9 +10512,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.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.1.tgz", + "integrity": "sha512-VnnE19XO2Vb2oZeH8quAepfrb6Aaz4OoY8yZQACfuy/5KVJ0GxYC0Qxzz/iuc+g5UF7H0HJ+QROfvH26XeBdDA==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 119f91adc2b7b4c..04756d00d8b2808 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "instantsearch.css": "^8.5.1", "instantsearch.js": "^4.75.4", "lz-string": "^1.5.0", - "marked": "^14.1.3", + "marked": "^15.0.1", "mdast-util-mdx-expression": "^2.0.1", "mermaid": "^11.4.0", "node-html-parser": "^6.1.13",