From 37e66ac9e134776fa7148c8516c734746d73eee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 06:21:57 +0200 Subject: [PATCH] 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> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f587e7f8a2..2cc966922b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "glob": "11.0.2", "markdownlint-cli": "^0.45.0", - "tldr-lint": "^0.0.18" + "tldr-lint": "^0.0.19" }, "devDependencies": { "husky": "^9.1.7" @@ -1323,9 +1323,9 @@ } }, "node_modules/tldr-lint": { - "version": "0.0.18", - "resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.18.tgz", - "integrity": "sha512-yUO199oIrJcyAzdRnIGWLOtj1r+kqSvZiSAFRwZNwlZLnGvI6tLHGonGkN8pqxub5DdcheCSqa7r/dBBTfMoFg==", + "version": "0.0.19", + "resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.19.tgz", + "integrity": "sha512-mzVQQ9z1CZYmRe9FKSOyNNEpIHPJ0ZNfaN+gj90CJbEmDXJNSMvuc1lMfsYwlCDtAPSeYKuqNpllZigwoSvCqw==", "license": "MIT", "dependencies": { "commander": "^14.0.0" @@ -1335,7 +1335,7 @@ "tldrl": "lib/tldr-lint-cli.js" }, "engines": { - "node": ">=18" + "node": ">=22" }, "funding": { "type": "liberapay", diff --git a/package.json b/package.json index 86ab219978..27687d0aaa 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "glob": "11.0.2", "markdownlint-cli": "^0.45.0", - "tldr-lint": "^0.0.18" + "tldr-lint": "^0.0.19" }, "devDependencies": { "husky": "^9.1.7"