diff --git a/package-lock.json b/package-lock.json index 88cf75d9..32abfa2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "devDependencies": { "@commitlint/config-conventional": "17.6.0", "conventional-changelog-conventionalcommits": "^5.0.0", - "husky": "6.0.0", + "husky": "9.1.7", "lerna": "6.6.1" } }, @@ -12922,11 +12922,16 @@ } }, "node_modules/husky": { - "version": "6.0.0", + "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": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 65e1943c..f164aafe 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@commitlint/config-conventional": "17.6.0", "conventional-changelog-conventionalcommits": "^5.0.0", - "husky": "6.0.0", + "husky": "9.1.7", "lerna": "6.6.1" } }