diff --git a/package-lock.json b/package-lock.json index f867ad2ce0a..e82e935c9dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,7 +93,7 @@ "gulp-typescript": "5.0.1", "gulp-watch": "5.0.1", "http-errors": "2.0.0", - "husky": "8.0.3", + "husky": "9.0.6", "imports-loader": "5.0.0", "ioredis": "5.3.2", "json-loader": "0.5.7", @@ -19851,14 +19851,15 @@ } }, "node_modules/husky": { - "version": "8.0.3", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.6.tgz", + "integrity": "sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==", "dev": true, - "license": "MIT", "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index cb7f084e55b..855a8162a08 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "gulp-typescript": "5.0.1", "gulp-watch": "5.0.1", "http-errors": "2.0.0", - "husky": "8.0.3", + "husky": "9.0.6", "imports-loader": "5.0.0", "ioredis": "5.3.2", "json-loader": "0.5.7",