From 674fffe4b9367c26a20a19d3e01e100e1fd445e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Nov 2022 18:27:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 --- 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",