From 688375706349ed43e3488dc95cb5a47f94053acc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2019 07:23:43 +0000 Subject: [PATCH] Update husky requirement from ^2.3.0 to ^3.0.0 Updates the requirements on [husky](https://github.com/typicode/husky) to permit the latest version. - [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/v2.3.0...v3.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 2a9e514..4d2107c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-ember": "^6.2.0", "eslint-plugin-node": "^9.0.1", "highlight.js": "^9.12.0", - "husky": "^2.3.0", + "husky": "^3.0.0", "loader.js": "^4.7.0", "prettier": "^1.16.4", "pretty-quick": "^1.10.0",