From e30acc5d2dbc0cf21e39a52df31eb529b9c4c5ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Apr 2026 06:01:12 +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-AXIOS-15965856 --- 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..c5dcf476f 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.7.0" }, "publishConfig": { "access": "public"