From a0eaf3ae3a9810874d08ae4c70a8b6c7bbdf7120 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 04:27:20 +0000 Subject: [PATCH] chore(deps): update dependency markdown-it to v14.1.1 [security] --- packages/markdown-it-bi-directional-links/package.json | 2 +- packages/markdown-it-element-transform/package.json | 2 +- packages/markdown-it-unlazy-img/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/markdown-it-bi-directional-links/package.json b/packages/markdown-it-bi-directional-links/package.json index fb2e7c91..a234d76b 100644 --- a/packages/markdown-it-bi-directional-links/package.json +++ b/packages/markdown-it-bi-directional-links/package.json @@ -45,7 +45,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "markdown-it": ">=14.1.0" + "markdown-it": ">=14.1.1" }, "dependencies": { "colorette": "catalog:", diff --git a/packages/markdown-it-element-transform/package.json b/packages/markdown-it-element-transform/package.json index fded2635..67525607 100644 --- a/packages/markdown-it-element-transform/package.json +++ b/packages/markdown-it-element-transform/package.json @@ -45,7 +45,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "markdown-it": ">=14.1.0" + "markdown-it": ">=14.1.1" }, "devDependencies": { "@types/markdown-it": "catalog:" diff --git a/packages/markdown-it-unlazy-img/package.json b/packages/markdown-it-unlazy-img/package.json index 429160ae..7d878df8 100644 --- a/packages/markdown-it-unlazy-img/package.json +++ b/packages/markdown-it-unlazy-img/package.json @@ -48,7 +48,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "markdown-it": ">=14.1.0" + "markdown-it": ">=14.1.1" }, "dependencies": { "colorette": "catalog:",