From 72a3acf92dc202628282458b45955d23330f463d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 00:18:41 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9 --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e67e237..6d61fc41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "copy-webpack-plugin": "^11.0.0", - "husky": "8.0.3", + "husky": "9.1.0", "jest": "29.7.0", "jest-fetch-mock": "3.0.3", "mock-xmlhttprequest": "8.3.0", @@ -12392,15 +12392,16 @@ } }, "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true, + "license": "MIT", "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 101ab6c9..373b965e 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "copy-webpack-plugin": "^11.0.0", - "husky": "8.0.3", + "husky": "9.1.0", "jest": "29.7.0", "jest-fetch-mock": "3.0.3", "mock-xmlhttprequest": "8.3.0",