From e7893b2f7ae0f9b590ea2ec5d645bbe1c636072c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 03:25:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e00fdfe..9ca2fc0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@stitches/react": "0.2.0-canary.7", "react": "17.0.2", "react-dom": "17.0.2", - "react-scripts": "4.0.0" + "react-scripts": "5.0.0" }, "devDependencies": { "@babel/runtime": "7.13.8",