From bd3a1a9c7abeada33fd22c14cfabecd59a4710f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Feb 2022 06:22:08 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 2.5.0 to 2.7.1 Snyk has created this PR to upgrade eslint-plugin-react from 2.5.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/rx007/project/8cb66000-fa47-4409-9dc0-77ed568840ae?utm_source=github&utm_medium=referral&page=upgrade-pr --- scripts/admin/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/admin/eslint/package.json b/scripts/admin/eslint/package.json index 10cf9d0ed69..1d66f612952 100644 --- a/scripts/admin/eslint/package.json +++ b/scripts/admin/eslint/package.json @@ -6,7 +6,7 @@ "repository": "no warn", "dependencies": { "eslint": "0.22.1", - "eslint-plugin-react": "2.5.0", + "eslint-plugin-react": "2.7.1", "babel-eslint": "4.0.5" } }