From 5b26cb81431afcde83ccf679d7e8a1c4c56f943b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 07:09:12 +0000 Subject: [PATCH] build(deps-dev): bump husky from 5.2.0 to 7.0.1 Bumps [husky](https://github.com/typicode/husky) from 5.2.0 to 7.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.2.0...v7.0.1) 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 1ac8acf..a9e0f9b 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint": "^7.1.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-prettier": "^3.3.1", - "husky": "^5.1.3", + "husky": "^7.0.1", "lint-staged": "^10.5.2", "mocha": "^8.1.3", "nyc": "^15.0.1",