From b461b8c8ef5e64149f2ab1b9f5aca6da2f695e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:53:46 +0000 Subject: [PATCH] Bump marked from 15.0.11 to 17.0.1 Bumps [marked](https://github.com/markedjs/marked) from 15.0.11 to 17.0.1. - [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.11...v17.0.1) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bun.lock | 5 ++--- proxy/package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index 6e299d69..eabc4708 100644 --- a/bun.lock +++ b/bun.lock @@ -1,6 +1,5 @@ { "lockfileVersion": 1, - "configVersion": 0, "workspaces": { "": { "name": "documentation", @@ -22,7 +21,7 @@ "@clickhouse/client-web": "1.11.1", "cheerio": "1.0.0", "hono": "4.8.2", - "marked": "15.0.11", + "marked": "17.0.1", "typesense": "2.0.3", }, "devDependencies": { @@ -484,7 +483,7 @@ "markdown-table": ["markdown-table@3.0.4", "", {}, "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw=="], - "marked": ["marked@15.0.11", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-1BEXAU2euRCG3xwgLVT1y0xbJEld1XOrmRJpUwRCcy7rxhSCwMrmEu9LXoPhHSCJG41V7YcQ2mjKRr5BA3ITIA=="], + "marked": ["marked@17.0.1", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg=="], "math-intrinsics": ["math-intrinsics@1.1.0", "", {}, "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="], diff --git a/proxy/package.json b/proxy/package.json index e95a4224..dc45fadc 100644 --- a/proxy/package.json +++ b/proxy/package.json @@ -28,7 +28,7 @@ "@clickhouse/client-web": "1.11.1", "cheerio": "1.0.0", "hono": "4.8.2", - "marked": "15.0.11", + "marked": "17.0.1", "typesense": "2.0.3" } }