diff --git a/package-lock.json b/package-lock.json index 740a5a16..4b82276b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "chai-as-promised": "^7.1.1", "eslint-formatter-gha": "^1.4.3", "eslint-plugin-mocha": "^10.2.0", - "husky": "^9.0.3", + "husky": "^9.0.5", "lint-staged": "^15.2.0", "localtunnel": "^2.0.2", "mocha": "^10.2.0", @@ -3943,9 +3943,9 @@ } }, "node_modules/husky": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.3.tgz", - "integrity": "sha512-MNRluWx5bvZ2Ft2Z9ni5KZAgNFrQSM4LKvEtTJVKTjGRqliI1CeWv8HWnPXfM+4snOaU04bb7IU2u6TPDb8ROw==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.5.tgz", + "integrity": "sha512-/EX48XLor4FczjgdJjwK4qMETrJxJqF4rkgo+NUeK8b2F4TV6s5QxAuG2JZfxm4b9WnrgBGS7bA/JK+H5CKg+A==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index d7d3699f..d241588e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "chai-as-promised": "^7.1.1", "eslint-formatter-gha": "^1.4.3", "eslint-plugin-mocha": "^10.2.0", - "husky": "^9.0.3", + "husky": "^9.0.5", "lint-staged": "^15.2.0", "localtunnel": "^2.0.2", "mocha": "^10.2.0",