From 8d53e06d9644d667dd4bb6b22ee60e67308073cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Jan 2019 08:20:29 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73e9655..472769d 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.1.3" }, "scripts": { "start": "react-scripts start",