From 15665a3629b5d117cc84972d7fe0eb7f11e4d8ad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Mar 2022 02:17:54 +0000 Subject: [PATCH] Update dependency eslint-plugin-react to v7.29.3 --- package-lock.json | 14 +++++++------- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9ea2d9..a1e1aa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "eslint": "7.32.0", "eslint-loader": "4.0.2", "eslint-plugin-import": "2.25.4", - "eslint-plugin-react": "7.29.2", + "eslint-plugin-react": "7.29.3", "gatsby-plugin-eslint": "4.0.2", "husky": "7.0.4", "lint-staged": "12.3.4", @@ -8275,9 +8275,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.29.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.2.tgz", - "integrity": "sha512-ypEBTKOy5liFQXZWMchJ3LN0JX1uPI6n7MN7OPHKacqXAxq5gYC30TdO7wqGYQyxD1OrzpobdHC3hDmlRWDg9w==", + "version": "7.29.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.3.tgz", + "integrity": "sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg==", "dependencies": { "array-includes": "^3.1.4", "array.prototype.flatmap": "^1.2.5", @@ -28274,9 +28274,9 @@ } }, "eslint-plugin-react": { - "version": "7.29.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.2.tgz", - "integrity": "sha512-ypEBTKOy5liFQXZWMchJ3LN0JX1uPI6n7MN7OPHKacqXAxq5gYC30TdO7wqGYQyxD1OrzpobdHC3hDmlRWDg9w==", + "version": "7.29.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.3.tgz", + "integrity": "sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg==", "requires": { "array-includes": "^3.1.4", "array.prototype.flatmap": "^1.2.5", diff --git a/package.json b/package.json index b11ba01..21c4ed1 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint": "7.32.0", "eslint-loader": "4.0.2", "eslint-plugin-import": "2.25.4", - "eslint-plugin-react": "7.29.2", + "eslint-plugin-react": "7.29.3", "gatsby-plugin-eslint": "4.0.2", "husky": "7.0.4", "lint-staged": "12.3.4", diff --git a/yarn.lock b/yarn.lock index 8f50421..730f485 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5024,10 +5024,10 @@ eslint-plugin-react-hooks@^4.3.0: resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz" integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA== -eslint-plugin-react@7.29.2, eslint-plugin-react@^7.28.0: - version "7.29.2" - resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.2.tgz" - integrity sha512-ypEBTKOy5liFQXZWMchJ3LN0JX1uPI6n7MN7OPHKacqXAxq5gYC30TdO7wqGYQyxD1OrzpobdHC3hDmlRWDg9w== +eslint-plugin-react@7.29.3, eslint-plugin-react@^7.28.0: + version "7.29.3" + resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.3.tgz" + integrity sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg== dependencies: array-includes "^3.1.4" array.prototype.flatmap "^1.2.5"