From cb5c0938ca626f3bf3b09bff1b67497db1e38bb4 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 09:00:22 +0000 Subject: [PATCH] Update dependency axios to ^1.8.2 --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 9aa68f3..d860013 100644 --- a/functions/package.json +++ b/functions/package.json @@ -12,7 +12,7 @@ "dependencies": { "@vonage/auth": "^1.10.0", "@vonage/server-sdk": "^3.14.0", - "axios": "^1.6.8", + "axios": "^1.8.2", "cors": "^2.8.5", "dotenv": "^16.4.5", "firebase-admin": "^11.8.0",