From 1d61f433a3b3a4f49fed3a6e7aec111119b2694b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:18:01 +0000 Subject: [PATCH] fix(deps): bump axios from 1.13.2 to 1.13.4 Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.13.4. - [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.13.2...v1.13.4) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 74dc7ea..e140bec 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@internxt/sdk": "1.12.1", "@oclif/core": "4.8.0", "@oclif/plugin-autocomplete": "3.2.40", - "axios": "1.13.2", + "axios": "1.13.4", "bip39": "3.1.0", "body-parser": "2.2.2", "cli-progress": "3.12.0", diff --git a/yarn.lock b/yarn.lock index 378d668..c21d89c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3190,7 +3190,7 @@ axios@1.12.2: form-data "^4.0.4" proxy-from-env "^1.1.0" -axios@1.13.2, axios@^1.12.2: +axios@1.13.2: version "1.13.2" resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.2.tgz#9ada120b7b5ab24509553ec3e40123521117f687" integrity sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA== @@ -3199,6 +3199,15 @@ axios@1.13.2, axios@^1.12.2: form-data "^4.0.4" proxy-from-env "^1.1.0" +axios@1.13.4, axios@^1.12.2: + version "1.13.4" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.4.tgz#15d109a4817fb82f73aea910d41a2c85606076bc" + integrity sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg== + 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"