diff --git a/package-lock.json b/package-lock.json index 6432f49eb9..77a1fce2e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -121,7 +121,7 @@ "eslint-plugin-storybook": "^0.11.1", "eslint-plugin-unicorn": "^49.0.0", "graphql": "^16.9.0", - "husky": "^7.0.4", + "husky": "^9.1.7", "jasmine-ajax": "4.0.0", "jasmine-core": "5.4.0", "jasmine-marbles": "^0.9.2", @@ -26070,16 +26070,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 2d4ad0abb5..032fcc364f 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "eslint-plugin-storybook": "^0.11.1", "eslint-plugin-unicorn": "^49.0.0", "graphql": "^16.9.0", - "husky": "^7.0.4", + "husky": "^9.1.7", "jasmine-ajax": "4.0.0", "jasmine-core": "5.4.0", "jasmine-marbles": "^0.9.2",