From 11811fb45d27b53cf04d2a3e27e1f1cbaa3ba2cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:17:31 +0000 Subject: [PATCH] Bump marked from 15.0.12 to 16.2.1 Bumps [marked](https://github.com/markedjs/marked) from 15.0.12 to 16.2.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.12...v16.2.1) --- updated-dependencies: - dependency-name: marked dependency-version: 16.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 399a3ee..ca11627 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "highlight.js": "^11.10.0", "js-cookie": "^3.0.5", "json": "^11.0.0", - "marked": "^15.0.6", + "marked": "^16.2.1", "postcss": "^8.4.47", "qs": "^6.13.0", "tailwindcss": "^4.0.3",