diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 9bb764d4..3d757742 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -32,7 +32,7 @@ "babel-eslint": "^10.1.0", "eslint-plugin-jsx-a11y": "~6.6.0", "eslint-plugin-react": "~7.31.0", - "eslint-plugin-react-hooks": "~4.2.0" + "eslint-plugin-react-hooks": "~4.6.0" }, "devDependencies": { "eslint": "^7.32.0", diff --git a/yarn.lock b/yarn.lock index e2725ae3..91cfcb86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3777,10 +3777,10 @@ eslint-plugin-prettier@~4.2.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-react-hooks@~4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556" - integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ== +eslint-plugin-react-hooks@~4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" + integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== eslint-plugin-react@~7.31.0: version "7.31.1"