diff --git a/package-lock.json b/package-lock.json index 5a51e04..97b6ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "fs-extra": "^11.2.0", "husky": "^9.0.10", "jest": "^29.7.0", - "lint-staged": "^15.2.1", + "lint-staged": "^15.2.2", "nock": "^13.5.1", "nyc": "^15.1.0", "prettier": "^3.2.5", @@ -7359,9 +7359,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.1.tgz", - "integrity": "sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==", + "version": "15.2.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.2.tgz", + "integrity": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==", "dev": true, "dependencies": { "chalk": "5.3.0", diff --git a/package.json b/package.json index 83295b5..adc2a90 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "fs-extra": "^11.2.0", "husky": "^9.0.10", "jest": "^29.7.0", - "lint-staged": "^15.2.1", + "lint-staged": "^15.2.2", "nock": "^13.5.1", "nyc": "^15.1.0", "prettier": "^3.2.5",