From 0344a16026e2768875651384174fbd7f2845b0c6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Sep 2021 03:07:46 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-react to v7.26.0 --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 03ca2e9a..bfbc5ae7 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-plugin-no-secrets": "0.8.9", "eslint-plugin-optimize-regex": "1.2.1", "eslint-plugin-prettier": "3.4.1", - "eslint-plugin-react": "7.25.3", + "eslint-plugin-react": "7.26.0", "eslint-plugin-react-hooks": "4.2.0", "execa": "5.1.1", "globby": "11.0.4", diff --git a/yarn.lock b/yarn.lock index 628456cf..b6f4ec67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3937,10 +3937,10 @@ eslint-plugin-react-hooks@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@7.25.3: - version "7.25.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.3.tgz#3333a974772745ddb3aecea84621019b635766bc" - integrity sha512-ZMbFvZ1WAYSZKY662MBVEWR45VaBT6KSJCiupjrNlcdakB90juaZeDCbJq19e73JZQubqFtgETohwgAt8u5P6w== +eslint-plugin-react@7.26.0: + version "7.26.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.0.tgz#3ae019a35d542b98e5af9e2f96b89c232c74b55b" + integrity sha512-dceliS5itjk4EZdQYtLMz6GulcsasguIs+VTXuiC7Q5IPIdGTkyfXVdmsQOqEhlD9MciofH4cMcT1bw1WWNxCQ== dependencies: array-includes "^3.1.3" array.prototype.flatmap "^1.2.4" @@ -3954,6 +3954,7 @@ eslint-plugin-react@7.25.3: object.values "^1.1.4" prop-types "^15.7.2" resolve "^2.0.0-next.3" + semver "^6.3.0" string.prototype.matchall "^4.0.5" eslint-scope@^4.0.3: