From 1cdb63f701d5b820a6b68c5f56571e1bbac04d75 Mon Sep 17 00:00:00 2001 From: Justin Gross Date: Thu, 4 Jun 2026 16:11:51 -0400 Subject: [PATCH] fix(cve): bump axios 1.17.0 to fix multiple cves This bumps axios to 1.17.0 fixing multiple CVEs. - CVE-2026-44495 - CVE-2026-44494 - CVE-2026-44492 Ref: VM-644 Ref: VM-645 Ref: VM-646 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 049f386..917c0ed 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "dependencies": { "@logdna/stdlib": "^1.2.3", "agentkeepalive": "^4.1.3", - "axios": "^1.7.4", + "axios": "^1.17.0", "https-proxy-agent": "^7.0.2", "json-stringify-safe": "^5.0.1" },