From 9abb7f373afcc51f90e4b2d7eacf942490bc11fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 00:57:06 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v16.2.6 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4e4cce..d797c7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@types/node": "24.9.1", "@vitest/coverage-v8": "3.2.4", "husky": "9.1.7", - "lint-staged": "16.2.5", + "lint-staged": "16.2.6", "prettier": "3.6.2", "prettier-plugin-gherkin": "3.1.3", "prettier-plugin-java": "2.7.7", @@ -2943,14 +2943,14 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "16.2.5", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.5.tgz", - "integrity": "sha512-o36wH3OX0jRWqDw5dOa8a8x6GXTKaLM+LvhRaucZxez0IxA+KNDUCiyjBfNgsMNmchwSX6urLSL7wShcUqAang==", + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.2.6.tgz", + "integrity": "sha512-s1gphtDbV4bmW1eylXpVMk2u7is7YsrLl8hzrtvC70h4ByhcMLZFY01Fx05ZUDNuv1H8HO4E+e2zgejV1jVwNw==", "dev": true, "license": "MIT", "dependencies": { "commander": "^14.0.1", - "listr2": "^9.0.4", + "listr2": "^9.0.5", "micromatch": "^4.0.8", "nano-spawn": "^2.0.0", "pidtree": "^0.6.0", @@ -2968,9 +2968,9 @@ } }, "node_modules/listr2": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-9.0.4.tgz", - "integrity": "sha512-1wd/kpAdKRLwv7/3OKC8zZ5U8e/fajCfWMxacUvB79S5nLrYGPtUI/8chMQhn3LQjsRVErTb9i1ECAwW0ZIHnQ==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-9.0.5.tgz", + "integrity": "sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e7c7fbc..a114ebe 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/node": "24.9.1", "@vitest/coverage-v8": "3.2.4", "husky": "9.1.7", - "lint-staged": "16.2.5", + "lint-staged": "16.2.6", "prettier": "3.6.2", "prettier-plugin-gherkin": "3.1.3", "prettier-plugin-java": "2.7.7",