From be0f07c060a360329539e449bcd68496b05f3479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 11:00:57 +0000 Subject: [PATCH] chore: bump husky from 7.0.4 to 8.0.1 Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.1) --- 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..5f52eed 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.1", "is-ci": "^3.0.1", "jest": "^28.0.2" }