Skip to content

Commit e4e751d

Browse files
committed
Update dependency axios to v1.1.0
1 parent b334285 commit e4e751d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"bent": "7.3.12",
3636
"ethereum-waffle": "3.4.4",
3737
"ramda": "^0.28.0",
38-
"axios": "1.0.0",
38+
"axios": "1.1.0",
3939
"sinon": "14.0.1",
4040
"url-join": "4.0.1"
4141
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,10 +1613,10 @@ aws4@^1.8.0:
16131613
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
16141614
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
16151615

1616-
axios@1.0.0:
1617-
version "1.0.0"
1618-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.0.0.tgz#16ded6096c1d37650db9f6a8d48a2f7c1bb58622"
1619-
integrity sha512-SsHsGFN1qNPFT5QhSoSD37SHDfGyLSW5AESmyLk2JeCMHv5g0I9g0Hz/zQHx2KNe0jGXh2q2hAm7OdkXm360CA==
1616+
axios@1.1.0:
1617+
version "1.1.0"
1618+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.0.tgz#94d25e6524743c7fc33954dd536687bbb957793a"
1619+
integrity sha512-hsJgcqz4JY7f+HZ4cWTrPZ6tZNCNFPTRx1MjRqu/hbpgpHdSCUpLVuplc+jE/h7dOvyANtw/ERA3HC2Rz/QoMg==
16201620
dependencies:
16211621
follow-redirects "^1.15.0"
16221622
form-data "^4.0.0"

0 commit comments

Comments
 (0)