From 55fa31f0cb49fb1714a2043426c30e9e8aafb5ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Sep 2018 06:27:38 +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 73e9655..ce44b94 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "react": "^16.3.1", "react-dom": "^16.3.1", - "react-scripts": "1.1.4" + "react-scripts": "2.0.0" }, "scripts": { "start": "react-scripts start",