From c86c9f08f5a8703e250690e1eeebffe9c534253d Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 00:44:49 +0000 Subject: [PATCH] Update dependency axios to ^1.7.4 --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 9aa68f3..df80fe3 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.7.4", "cors": "^2.8.5", "dotenv": "^16.4.5", "firebase-admin": "^11.8.0",