From fe0826f3be5dc5e2acdae06e0325979ba69090d6 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 01 Aug 2026 11:03:31 +0000
Subject: [PATCH] build(deps-dev): bump markdownlint from 0.40.0 to 0.41.1
---
package-lock.json | 70 +++++++++++++++++++++++-----------
package.json | 2
2 files changed, 48 insertions(+), 24 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index d2a808e..7e588ab 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"dotenv": "17.4.2",
"lint-staged": "17.0.7",
"lockfile-lint": "5.0.0",
- "markdownlint": "0.40.0",
+ "markdownlint": "0.41.1",
"markdownlint-cli2": "0.22.1",
"markdownlint-rule-extended-ascii": "0.2.1",
"markdownlint-rule-list-duplicates": "0.0.1",
@@ -4856,9 +4856,9 @@
}
},
"node_modules/markdownlint": {
- "version": "0.40.0",
- "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.40.0.tgz",
- "integrity": "sha512-UKybllYNheWac61Ia7T6fzuQNDZimFIpCg2w6hHjgV1Qu0w1TV0LlSgryUGzM0bkKQCBhy2FDhEELB73Kb0kAg==",
+ "version": "0.41.1",
+ "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.41.1.tgz",
+ "integrity": "sha512-qHKeU2E1bdyNAT077go2FVTNXvYcktN5IHtF6XyeD1l0PClxzSp2tUApAV14ORI8DGX4H9bNKZEzelZp4qn8IA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -4870,10 +4870,10 @@
"micromark-extension-gfm-table": "2.1.1",
"micromark-extension-math": "3.1.0",
"micromark-util-types": "2.0.2",
- "string-width": "8.1.0"
+ "string-width": "8.2.1"
},
"engines": {
- "node": ">=20"
+ "node": ">=22"
},
"funding": {
"url": "https://github.com/sponsors/DavidAnson"
@@ -4919,6 +4919,47 @@
"markdownlint-cli2": ">=0.0.4"
}
},
+ "node_modules/markdownlint-cli2/node_modules/markdownlint": {
+ "version": "0.40.0",
+ "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.40.0.tgz",
+ "integrity": "sha512-UKybllYNheWac61Ia7T6fzuQNDZimFIpCg2w6hHjgV1Qu0w1TV0LlSgryUGzM0bkKQCBhy2FDhEELB73Kb0kAg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "micromark": "4.0.2",
+ "micromark-core-commonmark": "2.0.3",
+ "micromark-extension-directive": "4.0.0",
+ "micromark-extension-gfm-autolink-literal": "2.1.0",
+ "micromark-extension-gfm-footnote": "2.1.0",
+ "micromark-extension-gfm-table": "2.1.1",
+ "micromark-extension-math": "3.1.0",
+ "micromark-util-types": "2.0.2",
+ "string-width": "8.1.0"
+ },
+ "engines": {
+ "node": ">=20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/DavidAnson"
+ }
+ },
+ "node_modules/markdownlint-cli2/node_modules/string-width": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz",
+ "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "get-east-asian-width": "^1.3.0",
+ "strip-ansi": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/markdownlint-micromark": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.2.tgz",
@@ -5078,23 +5119,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/markdownlint/node_modules/string-width": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz",
- "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "get-east-asian-width": "^1.3.0",
- "strip-ansi": "^7.1.0"
- },
- "engines": {
- "node": ">=20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/mdn-data": {
"version": "2.27.1",
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz",
diff --git a/package.json b/package.json
index e5a4e17..9bc32f3 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"dotenv": "17.4.2",
"lint-staged": "17.0.7",
"lockfile-lint": "5.0.0",
- "markdownlint": "0.40.0",
+ "markdownlint": "0.41.1",
"markdownlint-cli2": "0.22.1",
"markdownlint-rule-extended-ascii": "0.2.1",
"markdownlint-rule-list-duplicates": "0.0.1",
--
Gitblit v1.10.0