From 0434cad4dca35af9016ba5c956941ee94040de70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Nov 2022 09:07:09 -0800 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e33776b..1e5c8ba 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "react": "^17.0.2", "react-bootstrap": "^1.6.1", "react-dom": "^17.0.1", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "twilio": "^3.66.0", "twilio-sync": "^3.1.0" },