From 9ae5ccdc483f2bf0c8cb8dd0a3a29c953bf84cc0 Mon Sep 17 00:00:00 2001 From: Krunal Goswami Date: Fri, 10 Apr 2026 17:11:36 +0530 Subject: [PATCH] chore: update axios to ^1.15.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f351a1c89..f71d43a17 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@xmldom/xmldom": "0.9.9", "acorn": "8.16.0", "arrify": "3.0.0", - "axios": "1.14.0", + "axios": "^1.15.0", "chalk": "4.1.2", "cheerio": "^1.2.0", "chokidar": "^4.0.3",