From 925594e779f620d06c8238c926c3e724a93a5a34 Mon Sep 17 00:00:00 2001 From: Andrew Pietila Date: Wed, 1 Nov 2023 13:05:14 -0500 Subject: [PATCH] Update axios to 1.6.0 Fixes CVE-2023-45857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87814fbf9..c9cd632fd 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/twilio/twilio-node.git" }, "dependencies": { - "axios": "^0.26.1", + "axios": "^1.6.0", "dayjs": "^1.11.9", "https-proxy-agent": "^5.0.0", "jsonwebtoken": "^9.0.0",