From 07ce7089701acfc3a8a1b8e2e9f17c3b522e3b71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Apr 2022 12:20:10 -0700 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-2803307 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a461e9..82ddf49 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,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.0.1" },