From 7bbaa9c263d11b9641374967742416da69d10cac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:11:33 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d89b5f0c..f667ed75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-react-hooks": "4.6.0", "firebase": "10.5.0", "happy-dom": "12.10.1", - "husky": "8.0.3", + "husky": "9.0.2", "lint-staged": "15.0.2", "prettier": "3.0.3", "react": "18.2.0", @@ -5914,15 +5914,15 @@ } }, "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.0.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.2.tgz", + "integrity": "sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -18750,9 +18750,9 @@ "dev": true }, "husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.2.tgz", + "integrity": "sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 81ee60cc..92a63dea 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-react-hooks": "4.6.0", "firebase": "10.5.0", "happy-dom": "12.10.1", - "husky": "8.0.3", + "husky": "9.0.2", "lint-staged": "15.0.2", "prettier": "3.0.3", "react": "18.2.0",