From d43efa2971d7f66ebd811d925537bde079500e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 03:03:50 +0000 Subject: [PATCH] fix(deps): bump axios from 1.13.5 to 1.13.6 Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.13.6. - [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.5...v1.13.6) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5e22058..620a275 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@internxt/lib": "1.4.1", "@internxt/sdk": "1.15.0", "async": "3.2.6", - "axios": "1.13.5", + "axios": "1.13.6", "bip39": "3.1.0", "browserify-zlib": "0.2.0", "buffer": "6.0.3", diff --git a/yarn.lock b/yarn.lock index 39ac9ae..f6378dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1919,6 +1919,15 @@ axios@1.13.5: form-data "^4.0.5" proxy-from-env "^1.1.0" +axios@1.13.6: + version "1.13.6" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.6.tgz#c3f92da917dc209a15dd29936d20d5089b6b6c98" + integrity sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ== + dependencies: + follow-redirects "^1.15.11" + form-data "^4.0.5" + proxy-from-env "^1.1.0" + bail@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/bail/-/bail-2.0.2.tgz#d26f5cd8fe5d6f832a31517b9f7c356040ba6d5d"