Skip to content

Commit ec09cbf

Browse files
Bump axios from 0.15.3 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.15.3 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](axios/axios@v0.15.3...v0.21.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67540e0 commit ec09cbf

File tree

2 files changed

+10
-26
lines changed

2 files changed

+10
-26
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@bnchdrff/react-user-tour": "^3.0.1",
2323
"apollo-boost": "0.4.7",
2424
"apollo-client": "2.6.8",
25-
"axios": "^0.15.3",
25+
"axios": "^0.21.1",
2626
"cross-fetch": "^1.1.1",
2727
"eslint-plugin-react": "^7.14.3",
2828
"graphql": "14.5.5",

yarn.lock

+9-25
Original file line numberDiff line numberDiff line change
@@ -2270,12 +2270,12 @@ aws4@^1.8.0:
22702270
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
22712271
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
22722272

2273-
axios@^0.15.3:
2274-
version "0.15.3"
2275-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.15.3.tgz#2c9d638b2e191a08ea1d6cc988eadd6ba5bdc053"
2276-
integrity sha1-LJ1jiy4ZGgjqHWzJiOrda6W9wFM=
2273+
axios@^0.21.1:
2274+
version "0.21.1"
2275+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2276+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
22772277
dependencies:
2278-
follow-redirects "1.0.0"
2278+
follow-redirects "^1.10.0"
22792279

22802280
axobject-query@^2.0.2:
22812281
version "2.0.2"
@@ -3761,13 +3761,6 @@ [email protected], debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.
37613761
dependencies:
37623762
ms "2.0.0"
37633763

3764-
debug@=3.1.0:
3765-
version "3.1.0"
3766-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3767-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3768-
dependencies:
3769-
ms "2.0.0"
3770-
37713764
debug@^3.2.5:
37723765
version "3.2.6"
37733766
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -4960,19 +4953,10 @@ flush-write-stream@^1.0.0:
49604953
inherits "^2.0.1"
49614954
readable-stream "^2.0.4"
49624955

4963-
4964-
version "1.0.0"
4965-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.0.0.tgz#8e34298cbd2e176f254effec75a1c78cc849fd37"
4966-
integrity sha1-jjQpjL0uF28lTv/sdaHHjMhJ/Tc=
4967-
dependencies:
4968-
debug "^2.2.0"
4969-
4970-
follow-redirects@^1.0.0:
4971-
version "1.5.10"
4972-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
4973-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
4974-
dependencies:
4975-
debug "=3.1.0"
4956+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
4957+
version "1.13.1"
4958+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
4959+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
49764960

49774961
for-in@^0.1.3:
49784962
version "0.1.8"

0 commit comments

Comments
 (0)