diff --git a/.husky/pre-commit b/.husky/pre-commit index 41ae0d5cd..c3e7c0f6f 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,2 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" npx --no lint-staged diff --git a/package.json b/package.json index e5b8adc0b..88d447acf 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "gulp-mocha": "^8.0.0", "gulp-replace": "^1.0.0", "gulp-uglify": "^3.0.2", - "husky": "^8.0.3", + "husky": "^9.0.0", "js-polyfills": "^0.1.43", "jsdoc-to-markdown": "^8.0.0", "karma": "^6.3.17",