From c719501cbdeb432782263aff55c28ad4ef37b5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:32:26 -0700 Subject: [PATCH] chore(deps): bump marked from 16.4.2 to 18.0.5 (#225) Bumps [marked](https://github.com/markedjs/marked) from 16.4.2 to 18.0.5. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v16.4.2...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 84a856629..9cdd1d433 100644 --- a/bun.lock +++ b/bun.lock @@ -10,7 +10,7 @@ "domutils": "^4.0.2", "extract-zip": "^2.0.1", "htmlparser2": "^12.0.0", - "marked": "^16.4.2", + "marked": "^18.0.5", }, "devDependencies": { "@ai-sdk/anthropic": "^3.0.71", @@ -783,7 +783,7 @@ "markdown-table": ["markdown-table@3.0.4", "", {}, "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw=="], - "marked": ["marked@16.4.2", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA=="], + "marked": ["marked@18.0.5", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w=="], "math-intrinsics": ["math-intrinsics@1.1.0", "", {}, "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="], diff --git a/package.json b/package.json index 9c6628cf5..3d266f1fe 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "domutils": "^4.0.2", "extract-zip": "^2.0.1", "htmlparser2": "^12.0.0", - "marked": "^16.4.2" + "marked": "^18.0.5" }, "optionalDependencies": { "puppeteer": "^25.1.0"