From b0afba8d8e3530973af606d2a06649ea7d36a608 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:41:11 +0800 Subject: [PATCH] chore(deps): update dependency husky to v9 (#332) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd4a896..d3ce63b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint": "^8.34.0", "eslint-plugin-github": "^4.6.1", "eslint-plugin-jest": "^27.2.1", - "husky": "^8.0.3", + "husky": "^9.0.0", "jest": "^29.4.3", "jest-circus": "^29.4.3", "lint-staged": "^15.0.0",