Skip to content

Commit b334285

Browse files
committed
Update dependency axios to v1
1 parent ede0749 commit b334285

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
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": "0.27.2",
38+
"axios": "1.0.0",
3939
"sinon": "14.0.1",
4040
"url-join": "4.0.1"
4141
},

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,13 +1613,14 @@ 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@0.27.2:
1617-
version "0.27.2"
1618-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
1619-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
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==
16201620
dependencies:
1621-
follow-redirects "^1.14.9"
1621+
follow-redirects "^1.15.0"
16221622
form-data "^4.0.0"
1623+
proxy-from-env "^1.1.0"
16231624

16241625
babel-code-frame@^6.26.0:
16251626
version "6.26.0"
@@ -4307,10 +4308,10 @@ flow-stoplight@^1.0.0:
43074308
resolved "https://registry.yarnpkg.com/flow-stoplight/-/flow-stoplight-1.0.0.tgz#4a292c5bcff8b39fa6cc0cb1a853d86f27eeff7b"
43084309
integrity sha1-SiksW8/4s5+mzAyxqFPYbyfu/3s=
43094310

4310-
follow-redirects@^1.14.9:
4311-
version "1.14.9"
4312-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
4313-
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
4311+
follow-redirects@^1.15.0:
4312+
version "1.15.2"
4313+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
4314+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
43144315

43154316
for-each@^0.3.3, for-each@~0.3.3:
43164317
version "0.3.3"
@@ -6831,6 +6832,11 @@ proxy-addr@~2.0.5:
68316832
forwarded "~0.1.2"
68326833
ipaddr.js "1.9.1"
68336834

6835+
proxy-from-env@^1.1.0:
6836+
version "1.1.0"
6837+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
6838+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
6839+
68346840
prr@~1.0.1:
68356841
version "1.0.1"
68366842
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)