Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit cec71a8

Browse files
committed
fix(deps): update dependency axios to v0.21.0
1 parent c05c162 commit cec71a8

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"async": "3.1.0",
40-
"axios": "0.19.0",
40+
"axios": "0.21.0",
4141
"axios-retry": "3.1.2",
4242
"emoji-strip": "1.0.1",
4343
"lodash": "4.17.15",

yarn.lock

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -865,13 +865,12 @@ [email protected]:
865865
dependencies:
866866
is-retry-allowed "^1.1.0"
867867

868-
axios@0.19.0:
869-
version "0.19.0"
870-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
871-
integrity sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==
868+
axios@0.21.0:
869+
version "0.21.0"
870+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca"
871+
integrity sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==
872872
dependencies:
873-
follow-redirects "1.5.10"
874-
is-buffer "^2.0.2"
873+
follow-redirects "^1.10.0"
875874

876875
babel-jest@^24.9.0:
877876
version "24.9.0"
@@ -1619,7 +1618,7 @@ dateformat@^3.0.0:
16191618
version "3.0.3"
16201619
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
16211620

1622-
[email protected], debug@=3.1.0, debug@^3.1.0:
1621+
[email protected], debug@^3.1.0:
16231622
version "3.1.0"
16241623
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
16251624
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
@@ -2296,12 +2295,10 @@ flush-write-stream@^1.0.0:
22962295
inherits "^2.0.1"
22972296
readable-stream "^2.0.4"
22982297

2299-
2300-
version "1.5.10"
2301-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
2302-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
2303-
dependencies:
2304-
debug "=3.1.0"
2298+
follow-redirects@^1.10.0:
2299+
version "1.13.0"
2300+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
2301+
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
23052302

23062303
for-in@^1.0.2:
23072304
version "1.0.2"
@@ -2981,11 +2978,6 @@ is-buffer@^1.1.5:
29812978
version "1.1.6"
29822979
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
29832980

2984-
is-buffer@^2.0.2:
2985-
version "2.0.3"
2986-
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725"
2987-
integrity sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==
2988-
29892981
is-builtin-module@^1.0.0:
29902982
version "1.0.0"
29912983
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"

0 commit comments

Comments
 (0)