From dbed10bd913c0563b612bb7231ecfec0ac4f39bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 07:33:16 +0000 Subject: [PATCH] Bump husky from 3.1.0 to 4.2.2 Bumps [husky](https://github.com/typicode/husky) from 3.1.0 to 4.2.2. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](https://github.com/typicode/husky/compare/v3.1.0...v4.2.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c0ca18..567cf9b 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.17.0", "eslint-plugin-react-hooks": "^2.3.0", - "husky": "^3.1.0", + "husky": "^4.2.2", "lint-staged": "^9.5.0", "prettier": "^1.19.1", "serve": "^11.2.0",