From f9eeda3cc2ae4eb0f125592e8bb8da8fbf7a6c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:55:56 +0000 Subject: [PATCH] chore(deps): bump markdown-it in /packages/@atjson/source-commonmark 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] --- packages/@atjson/source-commonmark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@atjson/source-commonmark/package.json b/packages/@atjson/source-commonmark/package.json index d1a89d5b7..ec77da9db 100644 --- a/packages/@atjson/source-commonmark/package.json +++ b/packages/@atjson/source-commonmark/package.json @@ -12,7 +12,7 @@ "dependencies": { "@atjson/offset-annotations": "file:../offset-annotations", "entities": "~6.0.0", - "markdown-it": "14.1.0" + "markdown-it": "14.2.0" }, "peerDependencies": { "@atjson/document": ">= 0.29.0 < 1"