From b66562faf4a5f0f352f7d4090b7419a9ff9ab5b0 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Tue, 4 Feb 2025 20:22:33 +0530 Subject: [PATCH] chore: update axios version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3841eb09f..474ecaa8f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/twilio/twilio-node.git" }, "dependencies": { - "axios": "^1.7.4", + "axios": "^1.7.8", "dayjs": "^1.11.9", "https-proxy-agent": "^5.0.0", "jsonwebtoken": "^9.0.2",