From fea2964d1e194324797472e236ea877341b4f762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 02:38:31 +0000 Subject: [PATCH] build(deps-dev): bump marked from 18.0.6 to 18.0.7 Bumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.7 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 fd4c32fd..1634778d 100644 --- a/bun.lock +++ b/bun.lock @@ -15,7 +15,7 @@ "jszip": "^3.10.1", "less": "^4.7.0", "markdown-it": "^15.0.0", - "marked": "^18.0.6", + "marked": "^18.0.7", "prettier": "^3.9.5", "sharp": "^0.35.3", "shiki": "4.4.1", @@ -932,7 +932,7 @@ "markdown-it": ["markdown-it@15.0.0", "", { "dependencies": { "argparse": "^3.0.0", "entities": "^8.0.0", "linkify-it": "^6.0.0", "mdurl": "^2.1.0", "punycode.js": "^2.3.1", "uc.micro": "^3.0.0" }, "bin": { "markdown-it": "bin/markdown-it.mjs" } }, "sha512-Lf8ajvVNdRpzSNB4VegxNy7gjs8gU35l4b4+ET49LrQC5PKYwLZ72u60LeJ9gv3qiaesuYjJWCyVeQmv/QWKQw=="], - "marked": ["marked@18.0.6", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-MrV5puXBfuiy6wl6DLaq3BtIJQAJToAd5zt/ZKhRfGRAuFPALE7/4Y7jnxRQoEgK/pBgurGqLyAuRgZ2xOjr6w=="], + "marked": ["marked@18.0.7", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-iDVQ5ldaiKXn6b2JroX5kgRfmwgqolW7NpaEzTl1k/2Zh1njIEN9yniyLV/mOvWwtsE8OGgkjsCYvijuPk1dtA=="], "math-intrinsics": ["math-intrinsics@1.1.0", "", {}, "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="], diff --git a/package.json b/package.json index 68e96faa..1164c82f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "jszip": "^3.10.1", "less": "^4.7.0", "markdown-it": "^15.0.0", - "marked": "^18.0.6", + "marked": "^18.0.7", "prettier": "^3.9.5", "sharp": "^0.35.3", "shiki": "4.4.1",