From ec45a341065daf5072b33182ffc79bf2b0789da4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:48:33 +0000 Subject: [PATCH] chore(deps): update dependency husky to ~9.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f64cdb11..7c5480e8d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/react": "~18.2.0", "@types/react-dom": "~18.2.0", "@types/react-test-renderer": "~18.0.0", - "husky": "~9.0.0", + "husky": "~9.1.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jest-watch-typeahead": "^2.2.2",