From fe79192a3e19ff6561b3dd76ed04379d0fb3e8c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:33:37 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9 --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f98c10d..0d4f7b0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@testing-library/react-hooks": "7.0.2", "@testing-library/user-event": "13.5.0", "glob": "7.2.3", - "husky": "6.0.0", + "husky": "9.1.7", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "2.8.8", @@ -10459,12 +10459,16 @@ } }, "node_modules/husky": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz", - "integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, + "license": "MIT", "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" + }, + "engines": { + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 04e2474b..d6514dbf 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@testing-library/react-hooks": "7.0.2", "@testing-library/user-event": "13.5.0", "glob": "7.2.3", - "husky": "6.0.0", + "husky": "9.1.7", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "2.8.8",