|
@@ -8,7 +8,7 @@
|
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
|
"dependencies": {
|
|
|
"glob": "10.3.10",
|
|
|
- "markdownlint-cli": "^0.38.0",
|
|
|
+ "markdownlint-cli": "^0.39.0",
|
|
|
"tldr-lint": "^0.0.13"
|
|
|
},
|
|
|
"devDependencies": {
|
|
@@ -136,9 +136,9 @@
|
|
|
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
|
|
},
|
|
|
"node_modules/entities": {
|
|
|
- "version": "3.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz",
|
|
|
- "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==",
|
|
|
+ "version": "4.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
|
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
|
"engines": {
|
|
|
"node": ">=0.12"
|
|
|
},
|
|
@@ -266,16 +266,16 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/jsonc-parser": {
|
|
|
- "version": "3.2.0",
|
|
|
- "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz",
|
|
|
- "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w=="
|
|
|
+ "version": "3.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz",
|
|
|
+ "integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA=="
|
|
|
},
|
|
|
"node_modules/linkify-it": {
|
|
|
- "version": "4.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz",
|
|
|
- "integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==",
|
|
|
+ "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==",
|
|
|
"dependencies": {
|
|
|
- "uc.micro": "^1.0.1"
|
|
|
+ "uc.micro": "^2.0.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/lru-cache": {
|
|
@@ -287,27 +287,28 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/markdown-it": {
|
|
|
- "version": "13.0.2",
|
|
|
- "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.2.tgz",
|
|
|
- "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==",
|
|
|
+ "version": "14.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.0.0.tgz",
|
|
|
+ "integrity": "sha512-seFjF0FIcPt4P9U39Bq1JYblX0KZCjDLFFQPHpL5AzHpqPEKtosxmdq/LTVZnjfH7tjt9BxStm+wXcDBNuYmzw==",
|
|
|
"dependencies": {
|
|
|
"argparse": "^2.0.1",
|
|
|
- "entities": "~3.0.1",
|
|
|
- "linkify-it": "^4.0.1",
|
|
|
- "mdurl": "^1.0.1",
|
|
|
- "uc.micro": "^1.0.5"
|
|
|
+ "entities": "^4.4.0",
|
|
|
+ "linkify-it": "^5.0.0",
|
|
|
+ "mdurl": "^2.0.0",
|
|
|
+ "punycode.js": "^2.3.1",
|
|
|
+ "uc.micro": "^2.0.0"
|
|
|
},
|
|
|
"bin": {
|
|
|
- "markdown-it": "bin/markdown-it.js"
|
|
|
+ "markdown-it": "bin/markdown-it.mjs"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/markdownlint": {
|
|
|
- "version": "0.32.1",
|
|
|
- "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.32.1.tgz",
|
|
|
- "integrity": "sha512-3sx9xpi4xlHlokGyHO9k0g3gJbNY4DI6oNEeEYq5gQ4W7UkiJ90VDAnuDl2U+yyXOUa6BX+0gf69ZlTUGIBp6A==",
|
|
|
+ "version": "0.33.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.33.0.tgz",
|
|
|
+ "integrity": "sha512-4lbtT14A3m0LPX1WS/3d1m7Blg+ZwiLq36WvjQqFGsX3Gik99NV+VXp/PW3n+Q62xyPdbvGOCfjPqjW+/SKMig==",
|
|
|
"dependencies": {
|
|
|
- "markdown-it": "13.0.2",
|
|
|
- "markdownlint-micromark": "0.1.7"
|
|
|
+ "markdown-it": "14.0.0",
|
|
|
+ "markdownlint-micromark": "0.1.8"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=18"
|
|
@@ -317,17 +318,17 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/markdownlint-cli": {
|
|
|
- "version": "0.38.0",
|
|
|
- "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.38.0.tgz",
|
|
|
- "integrity": "sha512-qkZRKJ4LVq6CJIkRIuJsEHvhWhm+FP0E7yhHvOMrrgdykgFWNYD4wuhZTjvigbJLTKPooP79yPiUDDZBCBI5JA==",
|
|
|
+ "version": "0.39.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.39.0.tgz",
|
|
|
+ "integrity": "sha512-ZuFN7Xpsbn1Nbp0YYkeLOfXOMOfLQBik2lKRy8pVI/llmKQ2uW7x+8k5OMgF6o7XCsTDSYC/OOmeJ+3qplvnJQ==",
|
|
|
"dependencies": {
|
|
|
"commander": "~11.1.0",
|
|
|
"get-stdin": "~9.0.0",
|
|
|
"glob": "~10.3.10",
|
|
|
"ignore": "~5.3.0",
|
|
|
"js-yaml": "^4.1.0",
|
|
|
- "jsonc-parser": "~3.2.0",
|
|
|
- "markdownlint": "~0.32.1",
|
|
|
+ "jsonc-parser": "~3.2.1",
|
|
|
+ "markdownlint": "~0.33.0",
|
|
|
"minimatch": "~9.0.3",
|
|
|
"run-con": "~1.3.2"
|
|
|
},
|
|
@@ -339,17 +340,20 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/markdownlint-micromark": {
|
|
|
- "version": "0.1.7",
|
|
|
- "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.7.tgz",
|
|
|
- "integrity": "sha512-BbRPTC72fl5vlSKv37v/xIENSRDYL/7X/XoFzZ740FGEbs9vZerLrIkFRY0rv7slQKxDczToYuMmqQFN61fi4Q==",
|
|
|
+ "version": "0.1.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.8.tgz",
|
|
|
+ "integrity": "sha512-1ouYkMRo9/6gou9gObuMDnvZM8jC/ly3QCFQyoSPCS2XV1ZClU0xpKbL1Ar3bWWRT1RnBZkWUEiNKrI2CwiBQA==",
|
|
|
"engines": {
|
|
|
"node": ">=16"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/DavidAnson"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/mdurl": {
|
|
|
- "version": "1.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
|
|
|
- "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w=="
|
|
|
},
|
|
|
"node_modules/minimatch": {
|
|
|
"version": "9.0.3",
|
|
@@ -404,6 +408,14 @@
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/punycode.js": {
|
|
|
+ "version": "2.3.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
|
|
|
+ "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/run-con": {
|
|
|
"version": "1.3.2",
|
|
|
"resolved": "https://registry.npmjs.org/run-con/-/run-con-1.3.2.tgz",
|
|
@@ -568,9 +580,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/uc.micro": {
|
|
|
- "version": "1.0.6",
|
|
|
- "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
|
|
|
- "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA=="
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-DffL94LsNOccVn4hyfRe5rdKa273swqeA5DJpMOeFmEn1wCDc7nAbbB0gXlgBCL7TNzeTv6G7XVWzan7iJtfig=="
|
|
|
},
|
|
|
"node_modules/which": {
|
|
|
"version": "2.0.2",
|
|
@@ -763,9 +775,9 @@
|
|
|
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
|
|
},
|
|
|
"entities": {
|
|
|
- "version": "3.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz",
|
|
|
- "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q=="
|
|
|
+ "version": "4.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
|
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw=="
|
|
|
},
|
|
|
"foreground-child": {
|
|
|
"version": "3.1.1",
|
|
@@ -837,16 +849,16 @@
|
|
|
}
|
|
|
},
|
|
|
"jsonc-parser": {
|
|
|
- "version": "3.2.0",
|
|
|
- "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz",
|
|
|
- "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w=="
|
|
|
+ "version": "3.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz",
|
|
|
+ "integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA=="
|
|
|
},
|
|
|
"linkify-it": {
|
|
|
- "version": "4.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz",
|
|
|
- "integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==",
|
|
|
+ "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==",
|
|
|
"requires": {
|
|
|
- "uc.micro": "^1.0.1"
|
|
|
+ "uc.micro": "^2.0.0"
|
|
|
}
|
|
|
},
|
|
|
"lru-cache": {
|
|
@@ -855,51 +867,52 @@
|
|
|
"integrity": "sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw=="
|
|
|
},
|
|
|
"markdown-it": {
|
|
|
- "version": "13.0.2",
|
|
|
- "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.2.tgz",
|
|
|
- "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==",
|
|
|
+ "version": "14.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.0.0.tgz",
|
|
|
+ "integrity": "sha512-seFjF0FIcPt4P9U39Bq1JYblX0KZCjDLFFQPHpL5AzHpqPEKtosxmdq/LTVZnjfH7tjt9BxStm+wXcDBNuYmzw==",
|
|
|
"requires": {
|
|
|
"argparse": "^2.0.1",
|
|
|
- "entities": "~3.0.1",
|
|
|
- "linkify-it": "^4.0.1",
|
|
|
- "mdurl": "^1.0.1",
|
|
|
- "uc.micro": "^1.0.5"
|
|
|
+ "entities": "^4.4.0",
|
|
|
+ "linkify-it": "^5.0.0",
|
|
|
+ "mdurl": "^2.0.0",
|
|
|
+ "punycode.js": "^2.3.1",
|
|
|
+ "uc.micro": "^2.0.0"
|
|
|
}
|
|
|
},
|
|
|
"markdownlint": {
|
|
|
- "version": "0.32.1",
|
|
|
- "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.32.1.tgz",
|
|
|
- "integrity": "sha512-3sx9xpi4xlHlokGyHO9k0g3gJbNY4DI6oNEeEYq5gQ4W7UkiJ90VDAnuDl2U+yyXOUa6BX+0gf69ZlTUGIBp6A==",
|
|
|
+ "version": "0.33.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.33.0.tgz",
|
|
|
+ "integrity": "sha512-4lbtT14A3m0LPX1WS/3d1m7Blg+ZwiLq36WvjQqFGsX3Gik99NV+VXp/PW3n+Q62xyPdbvGOCfjPqjW+/SKMig==",
|
|
|
"requires": {
|
|
|
- "markdown-it": "13.0.2",
|
|
|
- "markdownlint-micromark": "0.1.7"
|
|
|
+ "markdown-it": "14.0.0",
|
|
|
+ "markdownlint-micromark": "0.1.8"
|
|
|
}
|
|
|
},
|
|
|
"markdownlint-cli": {
|
|
|
- "version": "0.38.0",
|
|
|
- "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.38.0.tgz",
|
|
|
- "integrity": "sha512-qkZRKJ4LVq6CJIkRIuJsEHvhWhm+FP0E7yhHvOMrrgdykgFWNYD4wuhZTjvigbJLTKPooP79yPiUDDZBCBI5JA==",
|
|
|
+ "version": "0.39.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.39.0.tgz",
|
|
|
+ "integrity": "sha512-ZuFN7Xpsbn1Nbp0YYkeLOfXOMOfLQBik2lKRy8pVI/llmKQ2uW7x+8k5OMgF6o7XCsTDSYC/OOmeJ+3qplvnJQ==",
|
|
|
"requires": {
|
|
|
"commander": "~11.1.0",
|
|
|
"get-stdin": "~9.0.0",
|
|
|
"glob": "~10.3.10",
|
|
|
"ignore": "~5.3.0",
|
|
|
"js-yaml": "^4.1.0",
|
|
|
- "jsonc-parser": "~3.2.0",
|
|
|
- "markdownlint": "~0.32.1",
|
|
|
+ "jsonc-parser": "~3.2.1",
|
|
|
+ "markdownlint": "~0.33.0",
|
|
|
"minimatch": "~9.0.3",
|
|
|
"run-con": "~1.3.2"
|
|
|
}
|
|
|
},
|
|
|
"markdownlint-micromark": {
|
|
|
- "version": "0.1.7",
|
|
|
- "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.7.tgz",
|
|
|
- "integrity": "sha512-BbRPTC72fl5vlSKv37v/xIENSRDYL/7X/XoFzZ740FGEbs9vZerLrIkFRY0rv7slQKxDczToYuMmqQFN61fi4Q=="
|
|
|
+ "version": "0.1.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.8.tgz",
|
|
|
+ "integrity": "sha512-1ouYkMRo9/6gou9gObuMDnvZM8jC/ly3QCFQyoSPCS2XV1ZClU0xpKbL1Ar3bWWRT1RnBZkWUEiNKrI2CwiBQA=="
|
|
|
},
|
|
|
"mdurl": {
|
|
|
- "version": "1.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
|
|
|
- "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w=="
|
|
|
},
|
|
|
"minimatch": {
|
|
|
"version": "9.0.3",
|
|
@@ -933,6 +946,11 @@
|
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "punycode.js": {
|
|
|
+ "version": "2.3.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
|
|
|
+ "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA=="
|
|
|
+ },
|
|
|
"run-con": {
|
|
|
"version": "1.3.2",
|
|
|
"resolved": "https://registry.npmjs.org/run-con/-/run-con-1.3.2.tgz",
|
|
@@ -1046,9 +1064,9 @@
|
|
|
}
|
|
|
},
|
|
|
"uc.micro": {
|
|
|
- "version": "1.0.6",
|
|
|
- "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
|
|
|
- "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA=="
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-DffL94LsNOccVn4hyfRe5rdKa273swqeA5DJpMOeFmEn1wCDc7nAbbB0gXlgBCL7TNzeTv6G7XVWzan7iJtfig=="
|
|
|
},
|
|
|
"which": {
|
|
|
"version": "2.0.2",
|