diff --git a/commitlint/package-lock.json b/commitlint/package-lock.json index 1c0ac19b..f49f6c7c 100644 --- a/commitlint/package-lock.json +++ b/commitlint/package-lock.json @@ -783,9 +783,9 @@ "dev": true }, "husky": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", - "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", + "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", "dev": true }, "import-fresh": { diff --git a/commitlint/package.json b/commitlint/package.json index bce5f95d..ef6a88bf 100644 --- a/commitlint/package.json +++ b/commitlint/package.json @@ -11,6 +11,6 @@ "devDependencies": { "@commitlint/cli": "16.2.4", "@commitlint/config-conventional": "16.2.4", - "husky": "7.0.4" + "husky": "8.0.1" } }