From c7e1bf854c7d419aafe407dfff68754f334ff827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:17:09 +0800 Subject: [PATCH] chore(deps-dev): bump husky from 8.0.3 to 9.1.6 (#279) Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.1.6) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b736172..c1085c4 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint": "^7.0.0", "father": "^4.0.0", "gh-pages": "^5.0.0", - "husky": "^8.0.3", + "husky": "^9.1.6", "lint-staged": "^15.2.7", "np": "^10.0.0", "prettier": "^3.3.2",