From afb8a393e8c19bf04db1e78f702ea203bdb175a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 13:02:07 +0000 Subject: [PATCH] fix: update husky requirement from ^7.0.2 to ^7.0.4 Updates the requirements on [husky](https://github.com/typicode/husky) to permit the latest version. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.2...v7.0.4) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 919e41c..896e94e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@commitlint/cli": "^13.2.0", "@commitlint/config-conventional": "^13.2.0", "execa": "^5.1.1", - "husky": "^7.0.2", + "husky": "^7.0.4", "lerna": "^4.0.0", "syncpack": "^5.8.15" },