From 0676b5161da9e3214e271347b99b33de80de3a25 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 11:34:01 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 3.1.0 to 4.0.10 Bumps [husky](https://github.com/typicode/husky) from 3.1.0 to 4.0.10. - [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.10) 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..81275c4 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.10", "lint-staged": "^9.1.0", "rimraf": "^2.6.2", "semantic-release": "^15.9.17",