From 329cf3a0a5766570374ddff6ca8464ef0d7abefa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 02:41:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6056521 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20a8072..10c401a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "normalize.css": "^8.0.1", "react": "^16.14.0", "react-dom": "^16.14.0", - "react-scripts": "2.1.5", + "react-scripts": "3.3.0", "styled-components": "^4.4.1", "yup": "^0.26.10" },