From 8661b04dfe8e89bc770c97b50193f92bf08f93e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 May 2020 03:04:02 -0400 Subject: [PATCH] fix: upgrade eslint-loader from 3.0.3 to 3.0.4 Snyk has created this PR to upgrade eslint-loader from 3.0.3 to 3.0.4. See this package in NPM: https://www.npmjs.com/package/eslint-loader See this project in Snyk: https://app.snyk.io/org/zhu22c/project/368f98ff-2830-41e2-b598-e9f508cddd4e?utm_source=github&utm_medium=upgrade-pr --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 470b5374deb..8ac57d1f335 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -46,7 +46,7 @@ "dotenv-expand": "5.1.0", "eslint": "^6.6.0", "eslint-config-react-app": "^5.2.1", - "eslint-loader": "3.0.3", + "eslint-loader": "3.0.4", "eslint-plugin-flowtype": "4.7.0", "eslint-plugin-import": "2.20.2", "eslint-plugin-jsx-a11y": "6.2.3",