diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e37d8cdcc0..6978bd12db 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -58,7 +58,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", - "husky": "^8.0.0", + "husky": "^9.0.11", "jsdom": "^24.0.0", "lint-staged": "^15.2.2", "postcss": "^8.4.38", @@ -9041,15 +9041,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.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true, "bin": { - "husky": "lib/bin.js" + "husky": "bin.mjs" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/frontend/package.json b/frontend/package.json index ceeb576e4d..d6b1419c4f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -79,7 +79,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", - "husky": "^8.0.0", + "husky": "^9.0.11", "jsdom": "^24.0.0", "lint-staged": "^15.2.2", "postcss": "^8.4.38",