From 8cc545b31c514528b60be5f88f30fc9737bf88d1 Mon Sep 17 00:00:00 2001 From: Juan Heyns Date: Wed, 11 Feb 2026 12:18:24 -0500 Subject: [PATCH] fix: axios dependency without CVE-2026-25639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 605496d9..5b684999 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "fs": false }, "dependencies": { - "axios": "1.12.0", + "axios": "1.13.5", "axios-cookiejar-support": "4.0.7", "tough-cookie": "4.1.3", "https-proxy-agent": "^7.0.0",