From 548765838f693085eecc9d236da9bbdec56bc6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 May 2022 10:29:12 -0400 Subject: [PATCH] chore(deps-dev): bump husky from 8.0.0 to 8.0.1 in /install (#10595) Bumps [husky](https://github.com/typicode/husky) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... 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 7515987caa..61dd9a4e3e 100644 --- a/install/package.json +++ b/install/package.json @@ -155,7 +155,7 @@ "eslint-plugin-import": "2.26.0", "grunt": "1.5.3", "grunt-contrib-watch": "1.1.0", - "husky": "8.0.0", + "husky": "8.0.1", "jsdom": "19.0.0", "lint-staged": "12.4.1", "mocha": "10.0.0",