From 0bc8b2fc31bad409a81a66a162c330ff469e6ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:24:11 +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 6bdd0fcc..385ae92c 100644 --- a/bun.lock +++ b/bun.lock @@ -15,7 +15,7 @@ "jszip": "^3.10.1", "less": "^4.7.0", "markdown-it": "^14.3.0", - "marked": "^18.0.6", + "marked": "^18.0.7", "prettier": "^3.9.5", "sharp": "^0.35.3", "shiki": "4.3.1", @@ -932,7 +932,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.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 fd16d6e8..9fdfafa7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "jszip": "^3.10.1", "less": "^4.7.0", "markdown-it": "^14.3.0", - "marked": "^18.0.6", + "marked": "^18.0.7", "prettier": "^3.9.5", "sharp": "^0.35.3", "shiki": "4.3.1",