From b154a96e6432de182f08757d5c05aa9aae763d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 10:09:26 +0000 Subject: [PATCH] chore: bump husky from 7.0.4 to 8.0.3 Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.3) --- 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..c04d82d 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.3", "is-ci": "^3.0.1", "jest": "^28.0.2" }