diff --git a/package-lock.json b/package-lock.json index d603c16..8a04ff9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@kth/eslint-config-kth": "^3.0.7", "chai": "^4.3.10", "eslint": "^8.12.0", - "husky": "^7.0.2", + "husky": "^9.1.7", "mocha": "^10.2.0", "nock": "^13.4.0", "node-mocks-http": "^1.13.0", @@ -2991,15 +2991,16 @@ } }, "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, + "license": "MIT", "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 5764524..53041d2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@kth/eslint-config-kth": "^3.0.7", "chai": "^4.3.10", "eslint": "^8.12.0", - "husky": "^7.0.2", + "husky": "^9.1.7", "mocha": "^10.2.0", "nock": "^13.4.0", "node-mocks-http": "^1.13.0",