From 5ec9b29c9f1d21a9f63321cc4698e056874322f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 04:23:59 +0000 Subject: [PATCH] Bump marked from 18.0.7 to 18.0.8 Bumps [marked](https://github.com/markedjs/marked) from 18.0.7 to 18.0.8. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.7...v18.0.8) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 9b15722..13651f6 100644 --- a/bun.lock +++ b/bun.lock @@ -13,7 +13,7 @@ "@happy-dom/global-registrator": "^20.10.6", "@types/bun": "^1.3.14", "happy-dom": "^20.10.6", - "marked": "^18.0.6", + "marked": "^18.0.8", "mermaid": "^11.16.0", "svelte-check": "^4.7.4", "typedoc": "^0.28.20", @@ -309,7 +309,7 @@ "markdown-it": ["markdown-it@14.3.0", "", { "dependencies": { "argparse": "^2.0.1", "entities": "^4.5.0", "linkify-it": "^5.0.2", "mdurl": "^2.0.0", "punycode.js": "^2.3.1", "uc.micro": "^2.1.0" }, "bin": { "markdown-it": "bin/markdown-it.mjs" } }, "sha512-RCEsPjR+sr0x+AuYp601tKTkgFG4YEPLCzHST3cQ/fhlJkqAkz1L2/Qbp1j9qw5SBwQHFBoW8+hoN5xssOF0Tw=="], - "marked": ["marked@18.0.7", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-iDVQ5ldaiKXn6b2JroX5kgRfmwgqolW7NpaEzTl1k/2Zh1njIEN9yniyLV/mOvWwtsE8OGgkjsCYvijuPk1dtA=="], + "marked": ["marked@18.0.8", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-wsTzDkXm7dJwwTZ5nM2ZJFUsAZwUDPxFAl4MEb35pS14Gn/8KFlV8N5xE/sVIsTcZoYmwbTw/6pSba70mvfDRA=="], "mdurl": ["mdurl@2.0.0", "", {}, "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w=="], diff --git a/package.json b/package.json index d0a3829..0809c2a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@happy-dom/global-registrator": "^20.10.6", "@types/bun": "^1.3.14", "happy-dom": "^20.10.6", - "marked": "^18.0.6", + "marked": "^18.0.8", "mermaid": "^11.16.0", "svelte-check": "^4.7.4", "typedoc": "^0.28.20",