From ec9c395113a5c27c497146043cf2110a8a3b6d4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 06:27:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a44cfb84..5d16c308a 100644 --- a/package.json +++ b/package.json @@ -121,9 +121,9 @@ "rollbar": "^0.6.2", "thinky": "^2.3.3", "transform-loader": "^0.2.3", - "twilio": "^2.11.0", + "twilio": "^3.17.1", "uuid": "^3.1.0", - "webpack": "^1.13.1", + "webpack": "^4.0.0", "webpack-manifest-plugin": "^1.0.1", "yup": "^0.19.0" },