Bump axios from 0.21.4 to 1.6.0

Bumps [axios](https://github.com/axios/axios) from 0.21.4 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/v0.21.4...v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-15 15:18:44 +01:00
committed by Simon Warta
parent 8f8449d5f4
commit c829161d9b
15 changed files with 223 additions and 24 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
"@cosmjs/stargate": "workspace:^",
"@cosmjs/tendermint-rpc": "workspace:^",
"@cosmjs/utils": "workspace:^",
"axios": "^0.21.2",
"axios": "^1.6.0",
"babylon": "^6.18.0",
"chalk": "^4",
"cosmjs-types": "^0.9.0",
+1 -1
View File
@@ -40,7 +40,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"axios": "^0.21.2"
"axios": "^1.6.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
+1 -1
View File
@@ -49,7 +49,7 @@
"@cosmjs/socket": "workspace:^",
"@cosmjs/stream": "workspace:^",
"@cosmjs/utils": "workspace:^",
"axios": "^0.21.2",
"axios": "^1.6.0",
"readonly-date": "^1.0.0",
"xstream": "^11.14.0"
},