From 34f2ac2febaa5a02b0822ccba5127bc6fe04b3bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 20:06:55 +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.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 14.1.1 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 915df7993..b01c81e8c 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.1.1" }, "peerDependencies": { "@atjson/document": ">= 0.29.0 < 1"