From d5f86d7359ceadb94661834b85435ce41d15e9f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 01:50:02 +0000 Subject: [PATCH] Update dependency husky to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a718684..9fccc7d 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "commitlint": "^18", "eslint": "^8", "father": "^4", - "husky": "^8", + "husky": "^9.0.0", "lint-staged": "^15", "prettier": "^3", "remark": "^14",