From ea58842061d71e46916aaeb123d3ee8a707e9515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:57:37 +0000 Subject: [PATCH] chore(deps): bump marked from 15.0.12 to 18.0.5 Bumps [marked](https://github.com/markedjs/marked) from 15.0.12 to 18.0.5. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v15.0.12...v18.0.5) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.5 dependency-type: direct:production update-type: version-update:semver-major ... 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 c1e057c8..6cfced75 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ "commander": "15.0.0", "croner": "10.0.1", "diff": "9.0.0", - "marked": "15.0.12", + "marked": "18.0.5", "marked-terminal": "7.3.0", "ora": "9.4.0", "proper-lockfile": "4.1.2", @@ -362,7 +362,7 @@ "magic-string": ["magic-string@0.30.21", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5" } }, "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ=="], - "marked": ["marked@15.0.12", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA=="], + "marked": ["marked@18.0.5", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w=="], "marked-terminal": ["marked-terminal@7.3.0", "", { "dependencies": { "ansi-escapes": "^7.0.0", "ansi-regex": "^6.1.0", "chalk": "^5.4.1", "cli-highlight": "^2.1.11", "cli-table3": "^0.6.5", "node-emoji": "^2.2.0", "supports-hyperlinks": "^3.1.0" }, "peerDependencies": { "marked": ">=1 <16" } }, "sha512-t4rBvPsHc57uE/2nJOLmMbZCQ4tgAccAED3ngXQqW6g+TxA488JzJ+FK3lQkzBQOI1mRV/r/Kq+1ZlJ4D0owQw=="], diff --git a/package.json b/package.json index 2b385b9c..0682c8c1 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "commander": "15.0.0", "croner": "10.0.1", "diff": "9.0.0", - "marked": "15.0.12", + "marked": "18.0.5", "marked-terminal": "7.3.0", "ora": "9.4.0", "proper-lockfile": "4.1.2",