chore(deps): update tldr-lint to 0.0.9 (#5082)

translation-badges
Owen Voke 2021-01-04 13:23:17 +00:00 committed by GitHub
parent a34aca3728
commit 5818cc16b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View File

@ -730,11 +730,18 @@
}
},
"tldr-lint": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.8.tgz",
"integrity": "sha512-IK/sfjyi2w/gwNmPI+Xwa7PnNEAlLBV9yo+WKyslb47TtulYS4DHBJz7X2Q4doApnrbFibTw7U8nUrbzl+pisQ==",
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.9.tgz",
"integrity": "sha512-Pc+ICLLZqRTNMEHQPOFH0MH2YW5hjK1RueRGVF3ZUe7MfRCJ+R0kfGMNKTHKG9hwH9WCsBrmpP1E1CgZiKGD9A==",
"requires": {
"commander": "^2.9.0"
"commander": "^6.1.0"
},
"dependencies": {
"commander": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
"integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA=="
}
}
},
"type-fest": {

View File

@ -8,7 +8,7 @@
"glob": "7.1.3",
"husky": "^2.2.0",
"markdownlint-cli": "0.19.0",
"tldr-lint": "~0.0.8"
"tldr-lint": "~0.0.9"
},
"scripts": {
"lint-markdown": "markdownlint pages*/**/*.md",