升级依赖修复 npm 漏洞,禁用新版 markdownlint MD060 规则

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Anduin Xue
2026-05-23 10:34:43 +00:00
parent 539a2b7a9a
commit dda222c9d4
4 changed files with 2854 additions and 2075 deletions

View File

@@ -4,5 +4,6 @@
"MD004": false,
"MD029": false,
"MD013": false,
"MD007": false
"MD007": false,
"MD060": false
}

4910
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,10 +27,10 @@
},
"homepage": "https://cook.aiursoft.com",
"dependencies": {
"textlint": "^12.1.0",
"markdownlint-cli": "^0.48.0",
"textlint": "^15.7.1",
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0",
"textlint-rule-zh-half-and-full-width-bracket": "^1.1.0",
"markdownlint-cli":"0.41.0"
"textlint-rule-zh-half-and-full-width-bracket": "^1.1.0"
},
"devDependencies": {
"glob": "^7.2.0"