From 89cece09a951033595e85add07af2912066384fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:48:45 +0000 Subject: [PATCH] Bump marked in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [marked](https://github.com/markedjs/marked). Updates `marked` from 0.3.19 to 16.1.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/v0.3.19...v16.1.1) --- updated-dependencies: - dependency-name: marked dependency-version: 16.1.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc2cd19e..c82b2f4e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "glob": "~3.2.8", - "marked": "~0.3.1", + "marked": "~16.1.1", "mustache": "^2.3.0", "path": "~0.4.9" },