From 269e21d7e070f2e26d025b7d22c5c8dc5d88f568 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Aug 2020 22:42:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKJS-575261 - 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..59d489e 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.4.2" }, "devDependencies": { "concurrently": "^3.5.1"