From 07360192c994a10a762de4ec2761cb95657cb57d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:25:07 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-react-hooks to v4.6.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6006d8b..56eecbe 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-optimize-regex": "1.2.1", "eslint-plugin-prettier": "3.4.1", "eslint-plugin-react": "7.33.2", - "eslint-plugin-react-hooks": "4.3.0", + "eslint-plugin-react-hooks": "4.6.0", "execa": "5.1.1", "globby": "11.0.4", "graphql": "15.7.2", diff --git a/yarn.lock b/yarn.lock index 8088c36..bb9a81d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3835,10 +3835,10 @@ eslint-plugin-prettier@3.4.1: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-react-hooks@4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172" - integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA== +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.33.2: version "7.33.2"