Skip to content

Commit 007f3af

Browse files
Bump axios from 0.28.1 to 0.30.0
Bumps [axios](https://github.com/axios/axios) from 0.28.1 to 0.30.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.30.0/CHANGELOG.md) - [Commits](axios/axios@v0.28.1...v0.30.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 319154f commit 007f3af

4 files changed

Lines changed: 689 additions & 407 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@umaprotocol/truffle-ledger-provider": "^1.0.5",
9898
"@wormhole-foundation/relayer-engine": "^0.3.2",
9999
"async-request": "^1.2.0",
100-
"axios": "^0.28.1",
100+
"axios": "^0.30.0",
101101
"bignumber.js": "^9.1.2",
102102
"bluebird": "^3.7.2",
103103
"bn-chai": "^1.0.1",

packages/kyc-oracle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "ISC",
1616
"dependencies": {
17-
"axios": "^0.28.0",
17+
"axios": "^0.30.0",
1818
"body-parser": "^1.20.0",
1919
"etherpass": "^1.0.2",
2020
"ethers": "^5.6.9",

packages/package-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"dependencies": {
1212
"@ethersproject/experimental": "^5.7.0",
13-
"axios": "^0.28.0",
13+
"axios": "^0.30.0",
1414
"discord.js": "^12.5.3",
1515
"ethers": "^5.6.9",
1616
"exponential-backoff": "^3.1.0",

0 commit comments

Comments
 (0)