From 4c69a58bc2793a870f542f5a610a7d1f63a5d94a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jul 2023 12:49:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20a8072..aea448f 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": "5.0.0", "styled-components": "^4.4.1", "yup": "^0.26.10" },