From 31de9574d46cf30b6b314f62fa3486782825f789 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Nov 2022 02:09:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf2172b..f2ffddc 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": "4.0.0" }, "scripts": { "start": "react-scripts start",