From 793d3a349f47161a9796b292a899f9dea78a2411 Mon Sep 17 00:00:00 2001 From: Sujay Neglur <33192319+sujay-neglur@users.noreply.github.com> Date: Wed, 19 Mar 2025 15:31:52 -0400 Subject: [PATCH 1/2] upgrade axios to fix vulnerability --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 315a4fe17..64880cd56 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/twilio/twilio-node.git" }, "dependencies": { - "axios": "^1.7.8", + "axios": "^1.8.2", "dayjs": "^1.11.9", "https-proxy-agent": "^5.0.0", "jsonwebtoken": "^9.0.2", From ec3a32521b77da720981a46ce11d2e9b99efc510 Mon Sep 17 00:00:00 2001 From: Shubham Date: Mon, 14 Apr 2025 19:21:28 +0530 Subject: [PATCH 2/2] chore: update axios to 1.8.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 761bdce96..487c5a220 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/twilio/twilio-node.git" }, "dependencies": { - "axios": "^1.8.2", + "axios": "^1.8.3", "dayjs": "^1.11.9", "https-proxy-agent": "^5.0.0", "jsonwebtoken": "^9.0.2",