diff --git a/package.json b/package.json index 3dffb8c9f..00bd4df5e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "ava": "^4.3.3", "eslint": "^8.24.0", "eslint-plugin-jest": "^27.0.4", - "husky": "^7.0.4", + "husky": "^8.0.1", "lerna": "^4.0.0", "postcss-html": "^1.5.0", "stylelint": "^14.13.0", diff --git a/packages/cna-template/template/nuxt/package.json b/packages/cna-template/template/nuxt/package.json index 1264711ae..15a12e83c 100644 --- a/packages/cna-template/template/nuxt/package.json +++ b/packages/cna-template/template/nuxt/package.json @@ -38,7 +38,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-vue": "^9.5.1", - "husky": "^7.0.4", + "husky": "^8.0.1", "lint-staged": "^12.5.0", "postcss-html": "^1.5.0", "prettier": "^2.7.1", diff --git a/yarn.lock b/yarn.lock index 5cac72db9..2d812000c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4057,10 +4057,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@^7.0.4: - version "7.0.4" - resolved "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535" - integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ== +husky@^8.0.1: + version "8.0.1" + resolved "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz#511cb3e57de3e3190514ae49ed50f6bc3f50b3e9" + integrity sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw== iconv-lite@^0.4.24: version "0.4.24"