From 205907fa56d7a5d71c305978ad9fa47abd6bd79c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 17:35:14 +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 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83a280b..85d1221 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "5.2.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "speak-tts": "2.0.8", "time-in-words": "1.1.0", "web-vitals": "1.1.2"