From db453ecf1eef0c01a18b699a4c771b57508ddd3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 21:14:59 +0000 Subject: [PATCH] fix: bump husky from 7.0.4 to 8.0.2 Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.2) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 919e41c..3fcd8e1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@commitlint/cli": "^13.2.0", "@commitlint/config-conventional": "^13.2.0", "execa": "^5.1.1", - "husky": "^7.0.2", + "husky": "^8.0.2", "lerna": "^4.0.0", "syncpack": "^5.8.15" },