From 03453a620f29ad2dc7e0f395efd1d371e95dc3dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 14:18:30 -0400 Subject: [PATCH] chore(deps-dev): bump husky from 7.0.4 to 8.0.0 in /install (#10591) Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.0) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 0309ad1237..131cf2883a 100644 --- a/install/package.json +++ b/install/package.json @@ -155,7 +155,7 @@ "eslint-plugin-import": "2.26.0", "grunt": "1.5.2", "grunt-contrib-watch": "1.1.0", - "husky": "7.0.4", + "husky": "8.0.0", "jsdom": "19.0.0", "lint-staged": "12.4.1", "mocha": "10.0.0",