From 95c4d9b78b85e8ca14f4686adbb1f5478a31b92c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 20:08:09 +0000 Subject: [PATCH] chore(deps): Bump markdown-it from 14.1.0 to 14.1.1 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] --- package.json | 2 +- yarn.lock | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ea83c8d05ff..e2346f9e2fe 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "domutils": "^3.0.0", "html-minifier": "^4.0.0", "liquidjs": "^10.0.0", - "markdown-it": "^14.0.0", + "markdown-it": "^14.1.1", "sass": "^1.49.8", "supports-color": "^10.0.0" }, diff --git a/yarn.lock b/yarn.lock index 096ea505b04..e017cc0b3a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2734,7 +2734,7 @@ __metadata: languageName: node linkType: hard -"markdown-it@npm:^14.0.0, markdown-it@npm:^14.1.0": +"markdown-it@npm:^14.1.0": version: 14.1.0 resolution: "markdown-it@npm:14.1.0" dependencies: @@ -2750,6 +2750,22 @@ __metadata: languageName: node linkType: hard +"markdown-it@npm:^14.1.1": + version: 14.1.1 + resolution: "markdown-it@npm:14.1.1" + dependencies: + argparse: "npm:^2.0.1" + entities: "npm:^4.4.0" + linkify-it: "npm:^5.0.0" + mdurl: "npm:^2.0.0" + punycode.js: "npm:^2.3.1" + uc.micro: "npm:^2.1.0" + bin: + markdown-it: bin/markdown-it.mjs + checksum: 10c0/c67f2a4c8069a307c78d8c15104bbcb15a2c6b17f4c904364ca218ec2eccf76a397eba1ea05f5ac5de72c4b67fcf115d422d22df0bfb86a09b663f55b9478d4f + languageName: node + linkType: hard + "maximatch@npm:^0.1.0": version: 0.1.0 resolution: "maximatch@npm:0.1.0" @@ -3479,7 +3495,7 @@ __metadata: eslint-plugin-promise: "npm:^6.0.0" html-minifier: "npm:^4.0.0" liquidjs: "npm:^10.0.0" - markdown-it: "npm:^14.0.0" + markdown-it: "npm:^14.1.1" npm-run-all2: "npm:^8.0.0" prettier: "npm:^3.0.0" sass: "npm:^1.49.8"