From 892ec01b6e3a04b9ba22638a57f26b4f26ca2b59 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 10:38:04 +0000 Subject: [PATCH] build(deps-dev): bump husky from 6.0.0 to 7.0.1 Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v6.0.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 95f52c8..dd2d28f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "coveralls": "^3.0.2", "eslint": "^7.6.0", "exegesis": "^3.0.0", - "husky": "^6.0.0", + "husky": "^7.0.1", "lint-staged": "^11.0.0", "mocha": "^8.1.1", "nyc": "^15.0.0",