Skip to content

Commit 0aba9c2

Browse files
committed
Update dependency axios to v1.2.0
1 parent 85cff77 commit 0aba9c2

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.1.3",
38+
"axios": "1.2.0",
3939
"sinon": "14.0.2",
4040
"url-join": "4.0.1"
4141
},

yarn.lock

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

1624-
axios@1.1.3:
1625-
version "1.1.3"
1626-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35"
1627-
integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==
1624+
axios@1.2.0:
1625+
version "1.2.0"
1626+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.0.tgz#1cb65bd75162c70e9f8d118a905126c4a201d383"
1627+
integrity sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw==
16281628
dependencies:
16291629
follow-redirects "^1.15.0"
16301630
form-data "^4.0.0"

0 commit comments

Comments
 (0)