diff --git a/package-lock.json b/package-lock.json index f427e9f5..1f16e59d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "eslint-utils": "^3.0.0", "fakeredis": "^2.0.0", "git-commit-msg-linter": "^3.1.0", - "husky": "^7.0.4", + "husky": "^9.1.7", "lint-staged": "^11.1.0", "mocha": "^9.2.2", "nock": "^13.1.3", @@ -5147,15 +5147,15 @@ } }, "node_modules/husky": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", - "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=12" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 5309d01a..72d79996 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "eslint-utils": "^3.0.0", "fakeredis": "^2.0.0", "git-commit-msg-linter": "^3.1.0", - "husky": "^7.0.4", + "husky": "^9.1.7", "lint-staged": "^11.1.0", "mocha": "^9.2.2", "nock": "^13.1.3",