From f6072e5b96c67512458d678d394f0a42b09ae4f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 03:32:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf2172b..f99f216 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": "1.1.1" }, "scripts": { "start": "react-scripts start",