From 3ecd90e1133bac879dbc359c2e080612f5c16b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:57:58 +0000 Subject: [PATCH] [Docs Site] Bump marked from 15.0.3 to 15.0.4 (#18812) Bumps [marked](https://github.com/markedjs/marked) from 15.0.3 to 15.0.4. - [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.3...v15.0.4) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 59540c15e58232d..942e908b82edc8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "instantsearch.js": "^4.75.6", "jsonc-parser": "^3.3.1", "lz-string": "^1.5.0", - "marked": "^15.0.3", + "marked": "^15.0.4", "mdast-util-mdx-expression": "^2.0.1", "mermaid": "^11.4.1", "node-html-parser": "^6.1.13", @@ -10445,9 +10445,9 @@ } }, "node_modules/marked": { - "version": "15.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz", - "integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==", + "version": "15.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.4.tgz", + "integrity": "sha512-TCHvDqmb3ZJ4PWG7VEGVgtefA5/euFmsIhxtD0XsBxI39gUSKL81mIRFdt0AiNQozUahd4ke98ZdirExd/vSEw==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 5613a1416fbb79c..20b37133da2262b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "instantsearch.js": "^4.75.6", "jsonc-parser": "^3.3.1", "lz-string": "^1.5.0", - "marked": "^15.0.3", + "marked": "^15.0.4", "mdast-util-mdx-expression": "^2.0.1", "mermaid": "^11.4.1", "node-html-parser": "^6.1.13",