|
|
@@ -36,7 +36,7 @@
|
|
|
"jsdom": "^25.0.1",
|
|
|
"lightningcss": "^1.28.2",
|
|
|
"lint-staged": "^15.3.0",
|
|
|
- "markdownlint-cli2": "^0.17.0",
|
|
|
+ "markdownlint-cli2": "^0.17.1",
|
|
|
"prettier": "^3.4.2",
|
|
|
"prettier-plugin-nginx": "^1.0.3",
|
|
|
"prettier-plugin-sh": "^0.14.0",
|
|
|
@@ -6291,14 +6291,15 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/markdownlint": {
|
|
|
- "version": "0.37.2",
|
|
|
- "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.2.tgz",
|
|
|
- "integrity": "sha512-m8QhYnRA1ptbhIjhVVBUkKQcUelVxuyO/yXyLewnc1+xs4eXhST/+hIy29goO+EYVLmWtknH4SmYQ4s0caoKqw==",
|
|
|
+ "version": "0.37.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.3.tgz",
|
|
|
+ "integrity": "sha512-eoQqH0291YCCjd+Pe1PUQ9AmWthlVmS0XWgcionkZ8q34ceZyRI+pYvsWksXJJL8OBkWCPwp1h/pnXxrPFC4oA==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"markdown-it": "14.1.0",
|
|
|
"micromark": "4.0.1",
|
|
|
+ "micromark-core-commonmark": "2.0.2",
|
|
|
"micromark-extension-directive": "3.0.2",
|
|
|
"micromark-extension-gfm-autolink-literal": "2.1.0",
|
|
|
"micromark-extension-gfm-footnote": "2.1.0",
|
|
|
@@ -6314,16 +6315,16 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/markdownlint-cli2": {
|
|
|
- "version": "0.17.0",
|
|
|
- "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.17.0.tgz",
|
|
|
- "integrity": "sha512-8Xz7wkkkV4wJTf+pvryU3J/fT3BZWD3ZykcjYBR0GuH0GHvrCbswaCdurbuUuAPDGFZy4cxBGYCJSAOW8jM4aQ==",
|
|
|
+ "version": "0.17.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.17.1.tgz",
|
|
|
+ "integrity": "sha512-n1Im9lhKJJE12/u2N0GWBwPqeb0HGdylN8XpSFg9hbj35+QalY9Vi6mxwUQdG6wlSrrIq9ZDQ0Q85AQG9V2WOg==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"globby": "14.0.2",
|
|
|
"js-yaml": "4.1.0",
|
|
|
"jsonc-parser": "3.3.1",
|
|
|
- "markdownlint": "0.37.2",
|
|
|
+ "markdownlint": "0.37.3",
|
|
|
"markdownlint-cli2-formatter-default": "0.0.5",
|
|
|
"micromatch": "4.0.8"
|
|
|
},
|