From 9f76b97d2cdf1a9f5ecdf5b035b42bc57d575793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 13:03:50 +0000 Subject: [PATCH] chore(deps): bump axios from 1.18.1 to 1.19.0 in /packages/xchain-client Bumps [axios](https://github.com/axios/axios) from 1.18.1 to 1.19.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.18.1...v1.19.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/xchain-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xchain-client/package.json b/packages/xchain-client/package.json index 69c6a83e1..77e3a9ecd 100644 --- a/packages/xchain-client/package.json +++ b/packages/xchain-client/package.json @@ -21,7 +21,7 @@ "dependencies": { "@xchainjs/xchain-crypto": "workspace:*", "@xchainjs/xchain-util": "workspace:*", - "axios": "1.18.1" + "axios": "1.19.0" }, "publishConfig": { "access": "public",