From 562e3d819d51c2b9c9fcdbb08abc631e0639815b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jun 2023 14:55:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1c658e..a7d781d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react-ga": "^3.3.0", "react-particles-js": "^3.5.3", "react-router-dom": "^5.3.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "tsparticles": "^1.35.3", "web-vitals": "^1.1.2" },