From 961bea934ab52518f7c065f9ee8b260428d8b86a Mon Sep 17 00:00:00 2001 From: Shwetha Radhakrishna Date: Wed, 19 Jan 2022 14:40:28 -0600 Subject: [PATCH] bump axios --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b727d6dd8..b994d9a1ed 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/twilio/twilio-node.git" }, "dependencies": { - "axios": "^0.21.4", + "axios": "^0.25.0", "dayjs": "^1.8.29", "https-proxy-agent": "^5.0.0", "jsonwebtoken": "^8.5.1",