From f153dce2fd65c94bb3f1057195b7bc5f51bda73e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:12:42 +0000 Subject: [PATCH] chore: bump husky from 7.0.4 to 8.0.2 Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.2) --- 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 2bbc370f3f..298c23b8a4 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint": "^8.8.0", "eslint-config-hexo": "^5.0.0", "hexo-renderer-marked": "^5.0.0", - "husky": "^7.0.4", + "husky": "^8.0.2", "lint-staged": "^11.0.0", "mocha": "^10.0.0", "sinon": "^13.0.2"