From 6f27ec4ff6de62cf5c0246229ca07eb805109a11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 May 2022 07:21:25 +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 cf2172b..2ba050d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "react": "16.2.0", "react-dom": "16.2.0", "react-ga": "^2.4.1", - "react-scripts": "1.0.17" + "react-scripts": "3.4.2" }, "scripts": { "start": "react-scripts start",