From c04c33f94619eac42dfbbf2d83196f5cfba44c2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 05:35:02 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 2.3.0 to 2.7.1 Snyk has created this PR to upgrade eslint-plugin-react from 2.3.0 to 2.7.1. See this package in npm: https://www.npmjs.com/package/eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/geraldvillorente/project/ade96e36-9f43-4e7c-b22d-2aefe4778d93?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/eslint-config-airbnb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-airbnb/package.json b/packages/eslint-config-airbnb/package.json index 0625134b82..d2109495f1 100644 --- a/packages/eslint-config-airbnb/package.json +++ b/packages/eslint-config-airbnb/package.json @@ -28,7 +28,7 @@ "airbnb-style": "2.0.0", "babel-eslint": "3.1.7", "eslint": "0.21.2", - "eslint-plugin-react": "2.3.0", + "eslint-plugin-react": "2.7.1", "resolve": "1.1.6", "strip-json-comments": "1.0.2" }