From 38f61217648dcbf8e69685a72f02538aa556c62f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 05:06:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6524de79..8aaee992 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-easy-state": "^6.1.3", "react-moment": "^0.9.2", "react-pose": "4.0.3", - "react-scripts": "3.0.1", + "react-scripts": "5.0.0", "react-speech-recognition": "^2.0.1", "react-swipeable": "^5.3.0", "react-swipeable-views": "^0.13.3",