From 839512f62379867161ae19791b7fddcd8e5ed87a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 23:41:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07dbbb0..e74851c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "proxy": "http://localhost:3001", "dependencies": { - "@twilio/conversations": "1.2.0", + "@twilio/conversations": "2.0.0", "antd": "^3.26.20", "dotenv": "^10.0.0", "ngrok": "^3.4.0", @@ -14,7 +14,7 @@ "react-dom": "^16.14.0", "react-dropzone": "^10.2.2", "react-router-dom": "^4.3.1", - "react-scripts": "4.0.1", + "react-scripts": "5.0.0", "request-promise": "^4.2.6", "twilio": "~3.6.6" },