diff --git a/package-lock.json b/package-lock.json index e60de8b0..e8118453 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "chai": "^4.5.0", "chai-http": "^4.4.0", "cross-env": "^7.0.3", - "husky": "^9.1.4", + "husky": "^9.1.5", "install-peerdeps": "^3.0.3", "lint-staged": "^15.2.9", "mocha": "^10.7.3", @@ -7590,9 +7590,9 @@ } }, "node_modules/husky": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", - "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", + "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 207bd388..3b28390e 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "chai": "^4.5.0", "chai-http": "^4.4.0", "cross-env": "^7.0.3", - "husky": "^9.1.4", + "husky": "^9.1.5", "install-peerdeps": "^3.0.3", "lint-staged": "^15.2.9", "mocha": "^10.7.3",