From 2f2fa350ef95543fab294a2e3e81223ddea8b962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 10:07:06 +0000 Subject: [PATCH] Bump husky from 3.1.0 to 4.2.5 Bumps [husky](https://github.com/typicode/husky) from 3.1.0 to 4.2.5. - [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.5) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b708d8a..eefe056 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "get-port": "^5.1.1", - "husky": "^3.0.4", + "husky": "^4.2.5", "snazzy": "^8.0.0", "standard": "^14.0.2", "tap": "14.10.1",