From 89cf65ae39b93ae320b0483b9357d51c1d989c28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 16:31:14 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a90fbfd..296b098 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "pg-hstore": "^2.3.3", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-scripts": "4.0.2", + "react-scripts": "5.0.0", "sequelize": "^6.5.0", "set-interval-async": "^1.0.34", "web-vitals": "^1.0.1"