From 4c4b29a914ed1dfe7b65c28c2c08c255b72bb640 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:44:13 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v16.2.0 --- package-lock.json | 38 +++++++++++--------------------------- package.json | 2 +- 2 files changed, 12 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5051cba..04d0bd98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/node": "^22.15.27", "@types/ramda": "^0.31.0", "husky": "9.1.7", - "lint-staged": "16.1.6", + "lint-staged": "16.2.0", "prettier": "3.6.2", "rimraf": "6.0.1", "semantic-release": "^24.2.4", @@ -6738,19 +6738,6 @@ "node": "*" } }, - "node_modules/lilconfig": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", - "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/antonk52" - } - }, "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", @@ -6759,22 +6746,19 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "16.1.6", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.6.tgz", - "integrity": "sha512-U4kuulU3CKIytlkLlaHcGgKscNfJPNTiDF2avIUGFCv7K95/DCYQ7Ra62ydeRWmgQGg9zJYw2dzdbztwJlqrow==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.0.tgz", + "integrity": "sha512-spdYSOCQ2MdZ9CM1/bu/kDmaYGsrpNOeu1InFFV8uhv14x6YIubGxbCpSmGILFoxkiheNQPDXSg5Sbb5ZuVnug==", "dev": true, "license": "MIT", "dependencies": { - "chalk": "^5.6.0", - "commander": "^14.0.0", - "debug": "^4.4.1", - "lilconfig": "^3.1.3", - "listr2": "^9.0.3", - "micromatch": "^4.0.8", - "nano-spawn": "^1.0.2", - "pidtree": "^0.6.0", - "string-argv": "^0.3.2", - "yaml": "^2.8.1" + "commander": "14.0.1", + "listr2": "9.0.4", + "micromatch": "4.0.8", + "nano-spawn": "1.0.3", + "pidtree": "0.6.0", + "string-argv": "0.3.2", + "yaml": "2.8.1" }, "bin": { "lint-staged": "bin/lint-staged.js" diff --git a/package.json b/package.json index 4119a1e3..bed17eed 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/node": "^22.15.27", "@types/ramda": "^0.31.0", "husky": "9.1.7", - "lint-staged": "16.1.6", + "lint-staged": "16.2.0", "prettier": "3.6.2", "rimraf": "6.0.1", "semantic-release": "^24.2.4",