From 104fa9796817aaa50c69f3e3aa38aa273f64be9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 17:16:17 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react-hooks from 4.1.2 to 4.6.0 Snyk has created this PR to upgrade eslint-plugin-react-hooks from 4.1.2 to 4.6.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/pipefy/project/17b72063-6b97-437d-8a2a-2d4f90e28451?utm_source=github&utm_medium=referral&page=upgrade-pr --- flow/package.json | 2 +- flow/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flow/package.json b/flow/package.json index 6b13aef..fa67ece 100644 --- a/flow/package.json +++ b/flow/package.json @@ -27,7 +27,7 @@ "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.20.6", - "eslint-plugin-react-hooks": "^4.1.2", + "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^3.10.2" } } diff --git a/flow/yarn.lock b/flow/yarn.lock index 0764406..9c69fbb 100644 --- a/flow/yarn.lock +++ b/flow/yarn.lock @@ -961,10 +961,10 @@ eslint-plugin-prettier@^3.1.4: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-react-hooks@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz#2eb53731d11c95826ef7a7272303eabb5c9a271e" - integrity sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg== +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-native-globals@^0.1.1: version "0.1.2"