From 916572c840e00546176ac64052832f43143d115b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Jul 2020 01:32:16 +0000 Subject: [PATCH] fix: packages/react-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 --- 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 e5008ca406d..7b7aeb4531b 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -36,7 +36,7 @@ "css-loader": "0.28.11", "dotenv": "5.0.1", "dotenv-expand": "4.2.0", - "eslint": "4.19.1", + "eslint": "5.0.0", "eslint-config-react-app": "^2.1.0", "eslint-loader": "2.0.0", "eslint-plugin-flowtype": "2.46.3",