From 16f9ef494f37d5d0fe730e49a165e45986ba1165 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Apr 2026 04:56:26 +0000 Subject: [PATCH] fix: packages/create-flex-plugin/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15965856 --- packages/create-flex-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/create-flex-plugin/package.json b/packages/create-flex-plugin/package.json index 207b7ebf7..67a8fd348 100644 --- a/packages/create-flex-plugin/package.json +++ b/packages/create-flex-plugin/package.json @@ -50,7 +50,7 @@ "devDependencies": { "@twilio/flex-plugin": "7.1.2", "@twilio/flex-plugin-scripts": "7.1.2", - "@twilio/flex-ui": "^1", + "@twilio/flex-ui": "^2.7.0", "@types/tmp": "^0.2.1", "@types/yargs": "^16.0.4" },