From 135379cf6f7fa1213050dd876f72def9fb90a0ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:43:14 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.0 to 4.6.1 (#11006) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b4d40be2d363..5311d33eedf0 100644 --- a/package.json +++ b/package.json @@ -192,7 +192,7 @@ "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-n": "^17.3.1", "eslint-plugin-react": "^7.34.1", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^4.6.1", "eslint-plugin-unicorn": "^52.0.0", "eslint-webpack-plugin": "^4.1.0", "extend": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index bfdbd11d0fe2..508024d5203f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6623,10 +6623,10 @@ eslint-plugin-n@^17.3.1: minimatch "^9.0.0" semver "^7.5.3" -eslint-plugin-react-hooks@^4.3.0, 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-hooks@^4.3.0, eslint-plugin-react-hooks@^4.6.1: + version "4.6.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.1.tgz#85a7e271da14ae4eb4ed717abb4db6e99700550f" + integrity sha512-Ck77j8hF7l9N4S/rzSLOWEKpn994YH6iwUK8fr9mXIaQvGpQYmOnQLbiue1u5kI5T1y+gdgqosnEAO9NCz0DBg== eslint-plugin-react@^7.27.1, eslint-plugin-react@^7.34.1: version "7.34.1"