From d3e3d1b3ce4c0db03f81f3c554bed88062ee61ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 12:07:22 +0000 Subject: [PATCH] chore(deps): bump axios from 1.4.0 to 1.6.0 in /packages/thor Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.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.4.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/thor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/thor/package.json b/packages/thor/package.json index d2ac6747..5179ed39 100644 --- a/packages/thor/package.json +++ b/packages/thor/package.json @@ -33,7 +33,7 @@ "@xchainjs/xchain-util": "0.13.2", "@xdefi-tech/chains-core": "*", "@xdefi-tech/chains-graphql": "*", - "axios": "1.4.0", + "axios": "1.6.0", "bech32": "2.0.0", "bech32-buffer": "0.2.1", "bignumber.js": "9.1.2",