From a2bf61e989e0b6eca56e8f9a208b57be0cbbe0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:14:13 +0000 Subject: [PATCH] Bump markdown-it in /front_end/third_party/marked/package Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 14.1.0 to 14.2.0. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/14.1.0...14.2.0) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 14.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- front_end/third_party/marked/package/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front_end/third_party/marked/package/package.json b/front_end/third_party/marked/package/package.json index c09a7e1f5261..1ec96a99c59e 100644 --- a/front_end/third_party/marked/package/package.json +++ b/front_end/third_party/marked/package/package.json @@ -74,7 +74,7 @@ "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.2.0", "highlight.js": "^11.9.0", - "markdown-it": "14.1.0", + "markdown-it": "14.2.0", "marked-highlight": "^2.1.2", "marked-man": "^2.1.0", "node-fetch": "^3.3.2",