From 81b052403da4b4c7d549fbe22d8e450cfd81d17f Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 01 Aug 2026 11:03:07 +0000
Subject: [PATCH] build(deps-dev): bump markdownlint-rule-relative-links
---
package-lock.json | 54 ++++++++++++++++++++++++++++++++++++++++++++++--------
package.json | 2 +-
2 files changed, 47 insertions(+), 9 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index d2a808e..26ae6c8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -28,7 +28,7 @@
"markdownlint-cli2": "0.22.1",
"markdownlint-rule-extended-ascii": "0.2.1",
"markdownlint-rule-list-duplicates": "0.0.1",
- "markdownlint-rule-relative-links": "5.1.0",
+ "markdownlint-rule-relative-links": "5.1.2",
"markdownlint-rule-search-replace": "1.2.0",
"markdownlint-rule-title-case-style": "0.4.3",
"release-it": "20.2.0",
@@ -4556,10 +4556,20 @@
"license": "MIT"
},
"node_modules/linkify-it": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
- "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz",
+ "integrity": "sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==",
"dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/puzrin"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/markdown-it"
+ }
+ ],
"license": "MIT",
"dependencies": {
"uc.micro": "^2.0.0"
@@ -4963,19 +4973,47 @@
}
},
"node_modules/markdownlint-rule-relative-links": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/markdownlint-rule-relative-links/-/markdownlint-rule-relative-links-5.1.0.tgz",
- "integrity": "sha512-0jZ3NlTXvAdV7XqWlVQ5guSee2W67acLrH102KOHk3t2nG5mzsoqGCBYUwNyeNBBpzc1hbj4bgi5maexB25V+A==",
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/markdownlint-rule-relative-links/-/markdownlint-rule-relative-links-5.1.2.tgz",
+ "integrity": "sha512-mskM3EOV7SdAPEfhaLzdtaZ/25S/i6ef0sX6+O2LqqD7JvHgaY1OLVgMb3ZfybD90DFLRhzry3LieF+W/uS3gA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "markdown-it": "14.1.1",
+ "markdown-it": "14.3.0",
"mime": "4.1.0"
},
"engines": {
"node": ">=22.0.0"
}
},
+ "node_modules/markdownlint-rule-relative-links/node_modules/markdown-it": {
+ "version": "14.3.0",
+ "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.3.0.tgz",
+ "integrity": "sha512-RCEsPjR+sr0x+AuYp601tKTkgFG4YEPLCzHST3cQ/fhlJkqAkz1L2/Qbp1j9qw5SBwQHFBoW8+hoN5xssOF0Tw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/puzrin"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/markdown-it"
+ }
+ ],
+ "license": "MIT",
+ "dependencies": {
+ "argparse": "^2.0.1",
+ "entities": "^4.5.0",
+ "linkify-it": "^5.0.2",
+ "mdurl": "^2.0.0",
+ "punycode.js": "^2.3.1",
+ "uc.micro": "^2.1.0"
+ },
+ "bin": {
+ "markdown-it": "bin/markdown-it.mjs"
+ }
+ },
"node_modules/markdownlint-rule-search-replace": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/markdownlint-rule-search-replace/-/markdownlint-rule-search-replace-1.2.0.tgz",
diff --git a/package.json b/package.json
index e5a4e17..8abd7e4 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"markdownlint-cli2": "0.22.1",
"markdownlint-rule-extended-ascii": "0.2.1",
"markdownlint-rule-list-duplicates": "0.0.1",
- "markdownlint-rule-relative-links": "5.1.0",
+ "markdownlint-rule-relative-links": "5.1.2",
"markdownlint-rule-search-replace": "1.2.0",
"markdownlint-rule-title-case-style": "0.4.3",
"release-it": "20.2.0",
--
Gitblit v1.10.0