From f372e413d210df48e2ec871a7f51ff3e5c5e0a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 04:23:27 +0000 Subject: [PATCH] chore(deps): bump markdown-it in /scripts/register-pr 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:production ... Signed-off-by: dependabot[bot] --- scripts/register-pr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/register-pr/package.json b/scripts/register-pr/package.json index 228d4d885..ab68c84f9 100644 --- a/scripts/register-pr/package.json +++ b/scripts/register-pr/package.json @@ -9,7 +9,7 @@ "@octokit/rest": "^21.0.1", "@radashi-org/common": "link:../common", "@types/markdown-it": "14.1.2", - "markdown-it": "14.1.0", + "markdown-it": "14.2.0", "markdown-it-front-matter": "0.2.4", "radashi": "link:../../src", "radashi-db": "link:../radashi-db",