1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

Bump tldr-lint to 0.0.10 (#5377)

This commit is contained in:
bl-ue 2021-03-10 14:18:07 -05:00 committed by GitHub
parent baae36eb46
commit bc16880f2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -730,17 +730,17 @@
}
},
"tldr-lint": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.9.tgz",
"integrity": "sha512-Pc+ICLLZqRTNMEHQPOFH0MH2YW5hjK1RueRGVF3ZUe7MfRCJ+R0kfGMNKTHKG9hwH9WCsBrmpP1E1CgZiKGD9A==",
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.10.tgz",
"integrity": "sha512-wTjuVYwzZHk6tdIo+wBRyEMTticCKywelpiafgRio2mTjKOCAjpWax2XdMSowiIVlDm6ixTx3FSwP/hr02DXrQ==",
"requires": {
"commander": "^6.1.0"
"commander": "^7.0.0"
},
"dependencies": {
"commander": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
"integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA=="
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz",
"integrity": "sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg=="
}
}
},

View file

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