From f8a0ade8edc9b7508d718b2696c38f833567f34d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 05:51:32 +0000 Subject: [PATCH] Bump axios from 1.8.3 to 1.13.5 Bumps [axios](https://github.com/axios/axios) from 1.8.3 to 1.13.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.8.3...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab21788..bee1aab 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "tests" }, "dependencies": { - "axios": "1.8.3", + "axios": "1.13.5", "https-proxy-agent": "^7.0.0", "winston": "^3.11.0", "winston-daily-rotate-file": "^4.7.1"