From 73353673f1295c850e2068ef3341036e5350aab0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Sep 2018 09:41:52 +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 0c7ceb2e..c8ccde76 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-router": "^4.2.0", "react-router-dom": "^4.2.2", "react-rte": "^0.15.0", - "react-scripts": "1.0.17", + "react-scripts": "2.0.0", "react-select": "^1.1.0", "redux": "^3.7.2", "redux-logger": "^3.0.6",