From f165dd379c3f337f67763069d89b78c307b91a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 13:28:29 +0000 Subject: [PATCH] fix(deps): bump axios from 1.11.0 to 1.12.0 Bumps [axios](https://github.com/axios/axios) from 1.11.0 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.11.0...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 +- yarn.lock | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b53f0105..fadefac2 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@internxt/sdk": "1.11.1", "@oclif/core": "4.5.2", "@oclif/plugin-autocomplete": "3.2.34", - "axios": "1.11.0", + "axios": "1.12.0", "bip39": "3.1.0", "body-parser": "2.2.0", "cli-progress": "3.12.0", diff --git a/yarn.lock b/yarn.lock index c57831ac..cd452b86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2852,6 +2852,15 @@ axios@1.11.0: form-data "^4.0.4" proxy-from-env "^1.1.0" +axios@1.12.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3" + integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg== + dependencies: + follow-redirects "^1.15.6" + form-data "^4.0.4" + proxy-from-env "^1.1.0" + balanced-match@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"