From f2a51d79a6f08a3d773b5fefde3597bdf2b4e34e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 10:05:24 +0000 Subject: [PATCH] chore(deps): bump axios from 1.15.0 to 1.15.2 Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.15.2. - [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.15.0...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 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 8e71d44..bac92b5 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@internxt/lib": "1.4.1", "@internxt/sdk": "1.15.10", "async": "3.2.6", - "axios": "1.15.0", + "axios": "1.15.2", "bip39": "3.1.0", "undici": "7.24.4", "winston": "3.19.0" diff --git a/yarn.lock b/yarn.lock index 0c13284..f50995c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -926,6 +926,15 @@ axios@1.15.0: form-data "^4.0.5" proxy-from-env "^2.1.0" +axios@1.15.2: + version "1.15.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b" + integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A== + dependencies: + follow-redirects "^1.15.11" + form-data "^4.0.5" + proxy-from-env "^2.1.0" + b4a@^1.6.4: version "1.8.0" resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.8.0.tgz#1ca3ba0edc9469aaabef5647e769a83d50180b1a"