From f652bc7cd4095322a7fd524fc68e07a519aded76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 05:20:48 +0000 Subject: [PATCH] build(deps-dev): bump husky from 6.0.0 to 7.0.4 Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v6.0.0...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 fc62e51..1427f81 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@commitlint/config-conventional": "^12.0.1", "ava": "^3.4.0", "coveralls": "^3.0.6", - "husky": "^6.0.0", + "husky": "^7.0.4", "markdown-magic": "^2.0.0", "nyc": "^15.0.0", "parse-markdown-metadata": "^1.0.8",