From 98b37692ffe92bb6bc7b25baef4feb977235393c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 10:31:19 -0400 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e33776b..0bba9d6 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "react": "^17.0.2", "react-bootstrap": "^1.6.1", "react-dom": "^17.0.1", - "react-scripts": "4.0.3", - "twilio": "^3.66.0", + "react-scripts": "5.0.0", + "twilio": "^4.0.0", "twilio-sync": "^3.1.0" }, "scripts": {