From 42e8b53957603e103c2e5331de488cc0986f97d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:04:42 +0000 Subject: [PATCH] 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 407d456..17d4a37 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-plugin-eslint-plugin": "^4.0.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-unicorn": "^37.0.1", - "husky": "^7.0.2", + "husky": "^8.0.3", "mocha": "^9.0.3", "nyc": "^15.1.0", "prettier": "^2.4.0"