From b3de4dc88ad47b807d230ed3473c075fd5c33da0 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Sat, 17 Aug 2019 21:25:59 +0000 Subject: [PATCH] chore: upgrade eslint-plugin-react from 7.4.0 to 7.14.3 Snyk have raised this PR to upgrade eslint-plugin-react from 7.4.0 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/internal-products/project/7fd372b3-8211-430b-bf1a-5e7451c78f53?utm_source=github&utm_medium=upgrade-pr --- examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/package.json b/examples/package.json index 12e9a39..8a6d27a 100644 --- a/examples/package.json +++ b/examples/package.json @@ -22,7 +22,7 @@ "eslint-plugin-flowtype": "2.39.1", "eslint-plugin-import": "2.8.0", "eslint-plugin-jsx-a11y": "5.1.1", - "eslint-plugin-react": "7.4.0", + "eslint-plugin-react": "7.14.3", "extract-text-webpack-plugin": "3.0.2", "file-loader": "1.1.5", "fs-extra": "3.0.1",