diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8f4a13b2..469a7511 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -49,7 +49,7 @@ "eslint-plugin-promise": "^6.6.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-unused-imports": "^4.1.4", - "husky": "^8.0.0", + "husky": "^9.1.7", "lint-staged": "^15.3.0", "postcss": "^8.4.49", "prettier": "^3.5.3", @@ -6431,16 +6431,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.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": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/frontend/package.json b/frontend/package.json index 91464535..94634e12 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -60,7 +60,7 @@ "eslint-plugin-promise": "^6.6.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-unused-imports": "^4.1.4", - "husky": "^8.0.0", + "husky": "^9.1.7", "lint-staged": "^15.3.0", "postcss": "^8.4.49", "prettier": "^3.5.3",