From 3ba3e2a02f27a2e772e9a713895fda872888aa74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:13:51 +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",