From 149690399c3b6dbc36988cf06a9ef49d394f5c6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Feb 2020 23:19:48 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.1.0 to 7.18.0 Snyk has created this PR to upgrade eslint-plugin-react from 7.1.0 to 7.18.0. See this package in NPM: https://www.npmjs.com/package/eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/davidkindler/project/6865432e-9ae7-40aa-ab6d-807d59d4dccc?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 4170c4a..141a6c5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-flowtype": "2.35.0", "eslint-plugin-import": "2.7.0", "eslint-plugin-jsx-a11y": "5.1.1", - "eslint-plugin-react": "7.1.0", + "eslint-plugin-react": "7.18.0", "extract-text-webpack-plugin": "3.0.0", "file-loader": "0.11.2", "fs-extra": "3.0.1",