1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 19:55:24 +02:00

build(deps): bump tldr-lint from 0.0.18 to 0.0.19 (#16812)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-06-10 06:21:57 +02:00 committed by GitHub
parent 1f9f0ba2d8
commit 37e66ac9e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -9,7 +9,7 @@
"dependencies": { "dependencies": {
"glob": "11.0.2", "glob": "11.0.2",
"markdownlint-cli": "^0.45.0", "markdownlint-cli": "^0.45.0",
"tldr-lint": "^0.0.18" "tldr-lint": "^0.0.19"
}, },
"devDependencies": { "devDependencies": {
"husky": "^9.1.7" "husky": "^9.1.7"
@ -1323,9 +1323,9 @@
} }
}, },
"node_modules/tldr-lint": { "node_modules/tldr-lint": {
"version": "0.0.18", "version": "0.0.19",
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.18.tgz", "resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.19.tgz",
"integrity": "sha512-yUO199oIrJcyAzdRnIGWLOtj1r+kqSvZiSAFRwZNwlZLnGvI6tLHGonGkN8pqxub5DdcheCSqa7r/dBBTfMoFg==", "integrity": "sha512-mzVQQ9z1CZYmRe9FKSOyNNEpIHPJ0ZNfaN+gj90CJbEmDXJNSMvuc1lMfsYwlCDtAPSeYKuqNpllZigwoSvCqw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"commander": "^14.0.0" "commander": "^14.0.0"
@ -1335,7 +1335,7 @@
"tldrl": "lib/tldr-lint-cli.js" "tldrl": "lib/tldr-lint-cli.js"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=22"
}, },
"funding": { "funding": {
"type": "liberapay", "type": "liberapay",

View file

@ -8,7 +8,7 @@
"dependencies": { "dependencies": {
"glob": "11.0.2", "glob": "11.0.2",
"markdownlint-cli": "^0.45.0", "markdownlint-cli": "^0.45.0",
"tldr-lint": "^0.0.18" "tldr-lint": "^0.0.19"
}, },
"devDependencies": { "devDependencies": {
"husky": "^9.1.7" "husky": "^9.1.7"