From 62bfff50e5765aafc7a9431acac5b46a5b99a995 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 05:36:33 +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 a61120c..43fbdc3 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "cross-env": "^7", "eslint": "^8", "father": "4.3.1", - "husky": "^8", + "husky": "^9.0.0", "lint-staged": "^15", "prettier": "^3", "remark": "^14",