From 973a58b7bff41a1d835cf0df49f20cd300d89ca8 Mon Sep 17 00:00:00 2001 From: Anish Kumar <77631750+anishkumar127@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:26:48 +0530 Subject: [PATCH] fix(deps): update dependency axios to v1.14.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a858f9f3..a24942c6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "typescript": "5.8.3" }, "dependencies": { - "axios": "1.14.1", + "axios": "1.14.0", "jose": "5.10.0", "long": "5.3.2", "nice-grpc": "2.1.14",