From 161128ff0bd127024810cefd01328c4871e1be3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Dec 2021 23:24:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89e8498..c6169fd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "react-dom": "^15.6.1", "react-firebase": "^2.2.6", "react-router-dom": "^4.1.1", - "react-scripts": "1.0.10" + "react-scripts": "5.0.0" }, "scripts": { "start": "react-scripts start",