From 9d78de2215d9e2e943deb613b66f2c3ccef568e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:18:20 +0000 Subject: [PATCH] chore: 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 41c8ae4..8a7178f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@commitlint/cli": "^16.2.3", "@commitlint/lint": "^16.2.1", - "husky": "^7.0.4", + "husky": "^8.0.2", "is-ci": "^3.0.1", "jest": "^28.0.2" }