From 51c445528becdc31290525d444e5057453aefa6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:06:26 +0000 Subject: [PATCH] chore(deps): bump marked from 18.0.5 to 18.0.6 Bumps [marked](https://github.com/markedjs/marked) from 18.0.5 to 18.0.6. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.5...v18.0.6) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.6 dependency-type: direct:production 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 bc2c7ae..0f72d4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@markedjs/html-differ": "^5.0.5", "front-matter": "^4.0.2", - "marked": "18.0.5", + "marked": "18.0.6", "marked-repo": "https://github.com/markedjs/marked/tarball/v18.0.5" }, "devDependencies": { @@ -2248,9 +2248,9 @@ } }, "node_modules/marked": { - "version": "18.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.5.tgz", - "integrity": "sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w==", + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.6.tgz", + "integrity": "sha512-MrV5puXBfuiy6wl6DLaq3BtIJQAJToAd5zt/ZKhRfGRAuFPALE7/4Y7jnxRQoEgK/pBgurGqLyAuRgZ2xOjr6w==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index bf8f8eb..b7d196b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@markedjs/html-differ": "^5.0.5", "front-matter": "^4.0.2", - "marked": "18.0.5", + "marked": "18.0.6", "marked-repo": "https://github.com/markedjs/marked/tarball/v18.0.5" }, "devDependencies": {