diff --git a/package-lock.json b/package-lock.json index 0b575ac..efb1ddd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "eslint-plugin-unicorn": "^54.0.0", "eslint-plugin-vitest": "^0.4.1", "fs-extra": "^11.2.0", - "husky": "^9.1.1", + "husky": "^9.1.5", "lint-staged": "^15.2.7", "nock": "^13.5.4", "nodemon": "^3.1.4", @@ -6332,9 +6332,9 @@ } }, "node_modules/husky": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz", - "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", + "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index 69d77be..c0371d5 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint-plugin-unicorn": "^54.0.0", "eslint-plugin-vitest": "^0.4.1", "fs-extra": "^11.2.0", - "husky": "^9.1.1", + "husky": "^9.1.5", "lint-staged": "^15.2.7", "nock": "^13.5.4", "nodemon": "^3.1.4",