From 1b4accaa83279ff2690295f0fde5e00264a3c526 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 07:02:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9355be..62385a2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/Bandwidth/bandwidth-cli#readme", "dependencies": { - "@bandwidth/messaging": "^2.0.2", + "@bandwidth/messaging": "^4.1.7", "@bandwidth/numbers": "^1.7.0", "colors": "^1.4.0", "commander": "^5.1.0",