Skip to content

Commit

Permalink
chore(deps): bump axios from 1.4.0 to 1.6.0
Browse files Browse the repository at this point in the history
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](axios/axios@v1.4.0...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 4d786e3 commit 75ddc39
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/binance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@ledgerhq/hw-transport-webhid": "6.28.3",
"@xdefi-tech/chains-core": "*",
"@xdefi-tech/chains-graphql": "*",
"axios": "1.4.0",
"axios": "1.6.0",
"bignumber.js": "9.1.2",
"reflect-metadata": "0.1.13",
"rimraf": "4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@terra-money/terra.proto": "5.3.0-beta.0",
"@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",
Expand Down
2 changes: 1 addition & 1 deletion packages/thor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@thorchain/ledger-thorchain": "0.1.0-alpha.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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7147,10 +7147,10 @@ [email protected]:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@1.4.0:
version "1.4.0"
resolved "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz"
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
axios@1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down

0 comments on commit 75ddc39

Please sign in to comment.