From 730bb4e3175b123b15e5af0ca885ae8607bb52af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 12:14:30 -0500 Subject: [PATCH] fix: internal/commands/app/testdata/dependencies/functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- .../commands/app/testdata/dependencies/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/commands/app/testdata/dependencies/functions/package.json b/internal/commands/app/testdata/dependencies/functions/package.json index d2a86780..6aa57fd8 100644 --- a/internal/commands/app/testdata/dependencies/functions/package.json +++ b/internal/commands/app/testdata/dependencies/functions/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "twilio": "3.35.1", + "twilio": "3.41.0", "underscore": "1.9.2" } }