From 2b63172c11a6641a068e6db3c2e9f1f3d290b758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 16:03:25 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 4.3.8 to 8.0.3 Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.8...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 df28e09..e3de82d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "^7.15.0", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", - "husky": "^4.0.6", + "husky": "^8.0.3", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "pretty-quick": "^3.1.0",