From 84e622aec58995aa43be0c7cc3d727a2a8c23c20 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Sun, 18 Aug 2019 08:47:13 +0000 Subject: [PATCH] chore: upgrade eslint-plugin-react from 7.5.1 to 7.14.3 Snyk have raised this PR to upgrade eslint-plugin-react from 7.5.1 to 7.14.3. See this package in NPM: https://www.npmjs.com/package/eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/alexander1984z-github-marketplace/project/eefaae90-9e7b-4e48-849d-8a66daf4d574?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a7f580..cf17fc7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^5.1.1", "eslint-plugin-promise": "^3.5.0", - "eslint-plugin-react": "^7.4.0", + "eslint-plugin-react": "^7.14.3", "eslint-plugin-standard": "^3.0.1" } }