From 035635da151d528a4c358e0e430dc72a09dbd16f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 05:44:54 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a53024..832fdfb 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-prettier": "^4.2.1", - "husky": "^8.0.3", + "husky": "^9.0.0", "jest": "^29.3.1", "jest-circus": "^29.3.1", "js-yaml": "^4.1.0",