1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

build(deps): bump tldr-lint from 0.0.16 to 0.0.17 (#16086)

Bumps [tldr-lint](https://github.com/tldr-pages/tldr-lint) from 0.0.16 to 0.0.17.
- [Release notes](https://github.com/tldr-pages/tldr-lint/releases)
- [Changelog](https://github.com/tldr-pages/tldr-lint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tldr-pages/tldr-lint/compare/v0.0.16...v0.0.17)

---
updated-dependencies:
- dependency-name: tldr-lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-31 18:24:07 +05:30 committed by GitHub
parent 19ba9a0c25
commit 6feffd1b14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 18 deletions

25
package-lock.json generated
View file

@ -9,7 +9,7 @@
"dependencies": {
"glob": "11.0.1",
"markdownlint-cli": "^0.44.0",
"tldr-lint": "^0.0.16"
"tldr-lint": "^0.0.17"
},
"devDependencies": {
"husky": "^9.1.7"
@ -163,9 +163,9 @@
"license": "MIT"
},
"node_modules/commander": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
"license": "MIT",
"engines": {
"node": ">=18"
@ -549,15 +549,6 @@
"node": ">=18"
}
},
"node_modules/markdownlint-cli/node_modules/commander": {
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
"license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/markdownlint-cli/node_modules/glob": {
"version": "10.4.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
@ -1413,12 +1404,12 @@
}
},
"node_modules/tldr-lint": {
"version": "0.0.16",
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.16.tgz",
"integrity": "sha512-Oucl9yyb3N+zQ1t66ljr5L3L5nAAJ4XTMp4S0yODlBBD5bJIwZVTUbKz+sbHPw32Pso5yw13b36Ug65kY/w8JQ==",
"version": "0.0.17",
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.17.tgz",
"integrity": "sha512-QXvwcFncDIA94n23QwokcL5eiDbeqKK6dRV6JI/Pz/y4TQCjNeo7+49ilkXq1LqDrIK3yXrKT58KPz91YYSjhQ==",
"license": "MIT",
"dependencies": {
"commander": "^12.0.0"
"commander": "^13.0.0"
},
"bin": {
"tldr-lint": "lib/tldr-lint-cli.js",

View file

@ -8,7 +8,7 @@
"dependencies": {
"glob": "11.0.1",
"markdownlint-cli": "^0.44.0",
"tldr-lint": "^0.0.16"
"tldr-lint": "^0.0.17"
},
"devDependencies": {
"husky": "^9.1.7"