diff --git a/package-lock.json b/package-lock.json index 16c1696..e916ec6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-typescript-sort-keys": "3.1.0", "eslint-plugin-unicorn": "50.0.1", - "husky": "8.0.3", + "husky": "9.0.7", "is-ci": "3.0.1", "jest": "29.7.0", "lint-staged": "15.2.0", @@ -8521,15 +8521,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.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", + "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", "dev": true, "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 3727214..5232b39 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-typescript-sort-keys": "3.1.0", "eslint-plugin-unicorn": "50.0.1", - "husky": "8.0.3", + "husky": "9.0.7", "is-ci": "3.0.1", "jest": "29.7.0", "lint-staged": "15.2.0",