From f69f938de79ad741b254ac498615ea206e0f9298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:07:23 +0000 Subject: [PATCH] Update axios requirement from ^1.11.0 to ^1.13.4 Updates the requirements on [axios](https://github.com/axios/axios) to permit the latest version. - [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.11.0...v1.13.4) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.4 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 85ff060..8f84bbc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@oclif/plugin-plugins": "^5.4.46", "@types/inquirer": "^9.0.8", "inquirer": "^9.3.7", - "axios": "^1.11.0", + "axios": "^1.13.4", "chalk": "^5.4.1", "cli-table3": "^0.6.5", "moment": "^2.30.1"