From 82c3a2af40e698730926f5e26a9b14f10428b5f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Mar 2020 22:41:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c01d84a..8a62aa4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "express": "^4.16.3", "react": "^16.2.0", "react-dom": "^16.2.0", - "react-scripts": "1.1.1" + "react-scripts": "3.0.0" }, "devDependencies": { "concurrently": "^3.5.1"