From 2b3fcfb0e8fb66080e16612e723136d687e1b965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jul 2021 23:09:06 +0000 Subject: [PATCH] Bump husky from 7.0.0 to 7.0.1 Bumps [husky](https://github.com/typicode/husky) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c86f101..82d4bff 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^24.3.1", - "husky": "7.0.0", + "husky": "7.0.1", "jest": "^27.0.1", "jest-when": "^3.2.1", "node-sass": "^6.0.0",