From 58b4ff8e37d3d94d83dfbfa708a6824d2134487a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 May 2019 00:38:06 +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:mem:20180117 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebb9b21..a06d7cd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "helmet": "^3.14.0", "react": "^16.5.2", "react-dom": "^16.5.2", - "react-scripts": "2.0.5" + "react-scripts": "3.0.0" }, "devDependencies": { "concurrently": "^4.0.1"