diff --git a/client/package-lock.json b/client/package-lock.json index a28634d..2ae6256 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -37,7 +37,7 @@ "eslint-config-prettier": "^10.1.2", "eslint-plugin-prettier": "^5.4.1", "eslint-plugin-react": "^7.37.2", - "eslint-plugin-react-hooks": "^5.1.0", + "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.0.0", "husky": "^9.1.7", @@ -3939,11 +3939,10 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz", - "integrity": "sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz", + "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, diff --git a/client/package.json b/client/package.json index fb1cdaf..3fa4ebf 100644 --- a/client/package.json +++ b/client/package.json @@ -45,7 +45,7 @@ "eslint-config-prettier": "^10.1.2", "eslint-plugin-prettier": "^5.4.1", "eslint-plugin-react": "^7.37.2", - "eslint-plugin-react-hooks": "^5.1.0", + "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.0.0", "husky": "^9.1.7",