From 1aae43f7f5ae3e50f99829ea4a06c399cad29923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 08:14:16 +0000 Subject: [PATCH] chore(deps): bump axios from 1.7.7 to 1.12.0 Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.12.0. - [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.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 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..acdcdb5 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "test:watch": "jest --watch" }, "dependencies": { - "axios": "1.7.7", + "axios": "1.12.0", "chalk-animation": "2.0.3", "cli-progress": "3.12.0", "cli-table3": "0.6.5",