diff --git a/package-lock.json b/package-lock.json index c3bd0e64..a4ad0680 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint-plugin-package-json": "^0.57.0", "globals": "^16.4.0", "husky": "^9.1.7", - "lint-staged": "^16.2.5", + "lint-staged": "^16.2.6", "prettier": "^3.6.2", "typescript-eslint": "^8.46.2" } @@ -5600,14 +5600,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", diff --git a/package.json b/package.json index 9011b2e9..6f0454ca 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "eslint-plugin-package-json": "^0.57.0", "globals": "^16.4.0", "husky": "^9.1.7", - "lint-staged": "^16.2.5", + "lint-staged": "^16.2.6", "prettier": "^3.6.2", "typescript-eslint": "^8.46.2" },