From 4de2c8fb38a1c06d23b99046ccbf904ccdadb15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 08:41:50 +0000 Subject: [PATCH] chore(deps): bump axios from 1.7.7 to 1.13.5 Bumps [axios](https://github.com/axios/axios) from 1.7.7 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.7.7...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 46fe51b..226157f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "test:watch": "jest --watch" }, "dependencies": { - "axios": "1.7.7", + "axios": "1.13.5", "chalk-animation": "2.0.3", "cli-progress": "3.12.0", "cli-table3": "0.6.5",