From 64cea564512754af97d2c50b5726e1e406cba2df Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:48:10 +0000 Subject: [PATCH] chore: pin axios version to exact 1.13.5 (remove ^ from overrides) Agent-Logs-Url: https://github.com/BillionsNetwork/billions-token/sessions/8ce73786-7851-4977-ab13-f9a0ba1d32e4 Co-authored-by: Kolezhniuk <23165148+Kolezhniuk@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcd2a56..1550589 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "overrides": { "diff": "^8.0.3", - "axios": "^1.13.5", + "axios": "1.13.5", "lodash": "^4.17.23", "bn.js": "^5.2.3", "minimatch": "^10.2.2"