From 63464fc69648469bbc7bc60550ebe615b7225260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 21:14:42 +0000 Subject: [PATCH] Bump husky from 4.3.8 to 7.0.4 Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 7.0.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.8...v7.0.4) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 696fcb6..2c19f56 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gulp": "^4.0.2", "gulp-typescript": "^6.0.0-alpha.1", "jest": "^26.4.2", - "husky": "^4.2.5", + "husky": "^7.0.4", "lerna": "^4.0.0", "prettier": "^2.1.1", "ts-jest": "^26.3.0",