From 6341341b3e3f88dc83ce440dcbebfacaac104fdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 21:40:33 +0000 Subject: [PATCH] Update dependency eslint-plugin-react to v7.31.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0156f41..763d78a 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint": "7.32.0", "eslint-loader": "4.0.2", "eslint-plugin-import": "2.26.0", - "eslint-plugin-react": "7.31.0", + "eslint-plugin-react": "7.31.1", "gatsby-plugin-eslint": "4.0.2", "husky": "8.0.1", "lint-staged": "13.0.3", diff --git a/yarn.lock b/yarn.lock index a11c68d..6a6a89b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6270,10 +6270,10 @@ eslint-plugin-react-hooks@^4.5.0: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz#5f762dfedf8b2cf431c689f533c9d3fa5dcf25ad" integrity sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw== -eslint-plugin-react@7.31.0: - version "7.31.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.0.tgz#fd3f81c9db5971095b3521ede22781afd37442b0" - integrity sha512-BWriBttYYCnfb4RO9SB91Og8uA9CPcBMl5UlCOCtuYW1UjhN3QypzEcEHky4ZIRZDKjbO2Blh9BjP8E7W/b1SA== +eslint-plugin-react@7.31.1: + version "7.31.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz#d29793ed27743f3ed8a473c347b1bf5a0a8fb9af" + integrity sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg== dependencies: array-includes "^3.1.5" array.prototype.flatmap "^1.3.0"