From 83541b284632b8d408f0fc0f9218ec86075b2ce3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Mar 2020 22:42:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACORN-559469 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c01d84a..26bbbbb 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.1.0" }, "devDependencies": { "concurrently": "^3.5.1"