From 4e3db549420bca03cfd382d1e2a008fb2c949f63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 03:10:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- 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",