From acb77d6c26f75f5eac5f4fec301177544a2fdecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:44:40 +0000 Subject: [PATCH] chore: bump husky from 7.0.4 to 9.0.11 Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 9.0.11. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.4...v9.0.11) --- 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 766f275935..f0542fd887 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eslint": "^8.8.0", "eslint-config-hexo": "^5.0.0", "hexo-renderer-marked": "^5.0.0", - "husky": "^7.0.4", + "husky": "^9.0.11", "lint-staged": "^11.0.0", "mocha": "^9.2.0", "nyc": "^15.1.0",