From 200b092e11e11a924addd90e2a67af8f99e5601a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Feb 2022 19:39:13 +0000 Subject: [PATCH] Update dependency eslint-plugin-react to v7.29.1 --- 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 973aef2..a149b4a 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.0", + "eslint-plugin-react": "7.29.1", "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.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.0.tgz", - "integrity": "sha512-lwbGCO4cEotwl+Wo0zkkjzbhxEzFcG6lv4mpWXfxKzXNZMF5wDEQqykPetB4mi3uTLGVSXxmgVlBMzHTHue6cA==", + "version": "7.29.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.1.tgz", + "integrity": "sha512-WtzRpHMhsOX05ZrkyaaqmLl2uXGqmYooCfBxftJKlkYdsltiufGgfU7uuoHwR2lBam2Kh/EIVID4aU9e3kbCMA==", "dependencies": { "array-includes": "^3.1.4", "array.prototype.flatmap": "^1.2.5", @@ -28274,9 +28274,9 @@ } }, "eslint-plugin-react": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.0.tgz", - "integrity": "sha512-lwbGCO4cEotwl+Wo0zkkjzbhxEzFcG6lv4mpWXfxKzXNZMF5wDEQqykPetB4mi3uTLGVSXxmgVlBMzHTHue6cA==", + "version": "7.29.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.1.tgz", + "integrity": "sha512-WtzRpHMhsOX05ZrkyaaqmLl2uXGqmYooCfBxftJKlkYdsltiufGgfU7uuoHwR2lBam2Kh/EIVID4aU9e3kbCMA==", "requires": { "array-includes": "^3.1.4", "array.prototype.flatmap": "^1.2.5", diff --git a/package.json b/package.json index cc3151b..b265940 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.0", + "eslint-plugin-react": "7.29.1", "gatsby-plugin-eslint": "4.0.2", "husky": "7.0.4", "lint-staged": "12.3.4", diff --git a/yarn.lock b/yarn.lock index 9f40d84..dbba33d 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.0, eslint-plugin-react@^7.28.0: - version "7.29.0" - resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.0.tgz" - integrity sha512-lwbGCO4cEotwl+Wo0zkkjzbhxEzFcG6lv4mpWXfxKzXNZMF5wDEQqykPetB4mi3uTLGVSXxmgVlBMzHTHue6cA== +eslint-plugin-react@7.29.1, eslint-plugin-react@^7.28.0: + version "7.29.1" + resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.1.tgz" + integrity sha512-WtzRpHMhsOX05ZrkyaaqmLl2uXGqmYooCfBxftJKlkYdsltiufGgfU7uuoHwR2lBam2Kh/EIVID4aU9e3kbCMA== dependencies: array-includes "^3.1.4" array.prototype.flatmap "^1.2.5"