From ae85c255beef68db2ff81adc5b364e14b674d110 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Sep 2018 06:02:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-72405 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:eslint:20180222 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 289f5b4..3f183d0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react-devtools": "^3.1.0", "react-dom": "^16.3.2", "react-redux": "^5.0.7", - "react-scripts": "1.1.1", + "react-scripts": "2.0.0", "react-virtualized": "^9.18.5", "recompose": "^0.26.0", "redux": "^3.7.2",