From c27f5865cbc4505307363f326b30fe8d71847219 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Sep 2025 15:42:07 +0000 Subject: [PATCH] fix: packages/flex-plugin/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- packages/flex-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flex-plugin/package.json b/packages/flex-plugin/package.json index 4f54d885c..3a8ea2028 100644 --- a/packages/flex-plugin/package.json +++ b/packages/flex-plugin/package.json @@ -37,7 +37,7 @@ "test:watch": "cd ../.. && jest packages/flex-plugin --watch --color" }, "devDependencies": { - "@twilio/flex-ui": "^1" + "@twilio/flex-ui": "^2.0.0" }, "publishConfig": { "access": "public"