From 7fc9f6397a254ed44ae4748c053364f35efb13cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 05:03:21 +0000 Subject: [PATCH] build(deps-dev): bump husky from 6.0.0 to 8.0.3 Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v6.0.0...v8.0.3) --- 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..8380ea8 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": "^8.0.3", "markdown-magic": "^2.0.0", "nyc": "^15.0.0", "parse-markdown-metadata": "^1.0.8",