From 8c0aedcf0a14f87769bc481dee118673f821f4c2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 11:41:51 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 3.1.0 to 4.0.9 Bumps [husky](https://github.com/typicode/husky) from 3.1.0 to 4.0.9. - [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.0.9) 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 3ad32e3..de01eda 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/ws": "^6.0.1", "commitizen": "^3.0.2", "cz-conventional-changelog": "^2.1.0", - "husky": "^3.0.0", + "husky": "^4.0.9", "lint-staged": "^9.1.0", "rimraf": "^2.6.2", "semantic-release": "^15.9.17",