From ce9aaaacd83c7df94f05d759d37585333161dad2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 07:00:14 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 5.2.0 to 7.0.0 Bumps [husky](https://github.com/typicode/husky) from 5.2.0 to 7.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.2.0...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 0353c49..f3d8fb1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "ajv": "^8.0.1", "eslint": "^7.2.0", "eslint-config-prettier": "^7.0.0", - "husky": "^5.1.3", + "husky": "^7.0.0", "jest": "^26.6.3", "lint-staged": "^10.5.1", "prettier": "^2.1.2",