From 0e977d29f1f6648976fc7734a9aa27e7927a706d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 02:30:34 +0000 Subject: [PATCH] Bump husky from 3.1.0 to 6.0.0 Bumps [husky](https://github.com/typicode/husky) from 3.1.0 to 6.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v3.1.0...v6.0.0) 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 d77611f..516c895 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@babel/preset-typescript": "^7.3.3", "@types/jest": "^26.0.15", "babel-jest": "^26.6.3", - "husky": "^3.0.0", + "husky": "^6.0.0", "jest": "^24.8.0", "lint-staged": "^9.1.0", "prettier": "^1.18.2",