diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c0ded765bbf8..889523026750 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -58,7 +58,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.34.4", "eslint-plugin-react-hooks": "^4.6.2", - "husky": "^9.0.11", + "husky": "^9.1.1", "jsdom": "^24.1.0", "lint-staged": "^15.2.7", "postcss": "^8.4.39", @@ -8831,12 +8831,12 @@ } }, "node_modules/husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.1.tgz", + "integrity": "sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/frontend/package.json b/frontend/package.json index 590a80a08be2..43914b945fdc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -81,7 +81,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.34.4", "eslint-plugin-react-hooks": "^4.6.2", - "husky": "^9.0.11", + "husky": "^9.1.1", "jsdom": "^24.1.0", "lint-staged": "^15.2.7", "postcss": "^8.4.39",