From e0933b8c29744efcd5d7995ac96ffd83ca8f52d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 14:51:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08d5d87..591320d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-dom": "^16.13.1", "react-konva": "^16.13.0-6", "react-router-dom": "^5.1.2", - "react-scripts": "3.4.3", + "react-scripts": "5.0.0", "sass": "^1.26.11", "styled-components": "^5.1.1", "zustand": "^3.0.2"