Update tldr-lint to 0.0.13

beep
Frieder Bluemle 2021-10-12 12:08:12 +02:00 committed by Axel Navarro
parent 677c1af93e
commit 4939d80350
2 changed files with 25 additions and 10 deletions

33
package-lock.json generated
View File

@ -9,7 +9,7 @@
"dependencies": {
"glob": "7.1.7",
"markdownlint-cli": "0.27.1",
"tldr-lint": "~0.0.11"
"tldr-lint": "^0.0.13"
},
"devDependencies": {
"husky": "^7.0.1"
@ -292,17 +292,25 @@
}
},
"node_modules/tldr-lint": {
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.11.tgz",
"integrity": "sha512-WRMcQlweUyVYtDPFxHZ1XVh96BNdZq0a3xVc9FnNQdqKtOLkJ5YFgjkPINleprCmjHRCMaUI2T7wFLCfcdZT6g==",
"version": "0.0.13",
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.13.tgz",
"integrity": "sha512-xPIg5465dypL4szZpUmQMenFF8uMnI0Fq6h2CADMso47w8xe5zZVrn7TSocd3I5mZxJDqxNoGG82g1Kzvz1wdA==",
"dependencies": {
"commander": "^7.0.0"
"commander": "^8.1.0"
},
"bin": {
"tldr-lint": "lib/tldr-lint-cli.js",
"tldrl": "lib/tldr-lint-cli.js"
}
},
"node_modules/tldr-lint/node_modules/commander": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.2.0.tgz",
"integrity": "sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==",
"engines": {
"node": ">= 12"
}
},
"node_modules/uc.micro": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
@ -532,11 +540,18 @@
"integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
},
"tldr-lint": {
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.11.tgz",
"integrity": "sha512-WRMcQlweUyVYtDPFxHZ1XVh96BNdZq0a3xVc9FnNQdqKtOLkJ5YFgjkPINleprCmjHRCMaUI2T7wFLCfcdZT6g==",
"version": "0.0.13",
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.13.tgz",
"integrity": "sha512-xPIg5465dypL4szZpUmQMenFF8uMnI0Fq6h2CADMso47w8xe5zZVrn7TSocd3I5mZxJDqxNoGG82g1Kzvz1wdA==",
"requires": {
"commander": "^7.0.0"
"commander": "^8.1.0"
},
"dependencies": {
"commander": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.2.0.tgz",
"integrity": "sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA=="
}
}
},
"uc.micro": {

View File

@ -8,7 +8,7 @@
"dependencies": {
"glob": "7.1.7",
"markdownlint-cli": "0.27.1",
"tldr-lint": "~0.0.11"
"tldr-lint": "^0.0.13"
},
"devDependencies": {
"husky": "^7.0.1"