From 9a390472784f50f10c5745582eaae66a8173f0f2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 05:31:41 +0000 Subject: [PATCH] build(deps-dev): bump husky from 4.3.8 to 7.0.0 Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 7.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.8...v7.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 de4e8fa..25bf215 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^5.0.0", - "husky": "^4.2.3", + "husky": "^7.0.0", "lint-staged": "^10.1.2", "nyc": "^15.0.0", "sinon": "^9.0.0",