diff --git a/package.json b/package.json index 10ba90d..004c444 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-prettier": "^3.1.4", - "eslint-plugin-react": "^7.20.1", + "eslint-plugin-react": "^7.20.2", "flow-bin": "^0.127.0", "lint-staged": "^10.2.11", "prettier": "^2.0.5", diff --git a/yarn.lock b/yarn.lock index 6eb313a..6f848fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4292,10 +4292,10 @@ eslint-plugin-prettier@^3.1.4: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-react@^7.20.1: - version "7.20.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.1.tgz#87fcf8d0de225817ba0b2d8f38740733d61ff4ba" - integrity sha512-HitovDhscMmu3uOod3aqZRdKURdXgmlkptEue958gJBmIJO9hvgO4uZyqsJ4+22WqJVP3CsTKfqWSuTlJL6b8w== +eslint-plugin-react@^7.20.2: + version "7.20.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.2.tgz#b0d72abcd94c59c842338aa09c800808219ea77d" + integrity sha512-J3BdtsPNbcF/CG9HdyLx7jEtC7tuODODGldkS9P1zU2WMoHPdcsN2enUopgIaec5f9eYhSFI5zQAaWA/dgv2zw== dependencies: array-includes "^3.1.1" array.prototype.flatmap "^1.2.3"