Skip to content

Commit ce65056

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 e5befbd commit ce65056

File tree

2 files changed

+10
-26
lines changed

2 files changed

+10
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@apollo/client": "^3.3.12",
2121
"@bnchdrff/react-user-tour": "^3.0.1",
22-
"axios": "^0.15.3",
22+
"axios": "^0.21.1",
2323
"cross-fetch": "^1.1.1",
2424
"eslint-plugin-react": "^7.14.3",
2525
"graphql": "14.5.5",

yarn.lock

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,12 +2181,12 @@ aws4@^1.8.0:
21812181
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
21822182
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
21832183

2184-
axios@^0.15.3:
2185-
version "0.15.3"
2186-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.15.3.tgz#2c9d638b2e191a08ea1d6cc988eadd6ba5bdc053"
2187-
integrity sha1-LJ1jiy4ZGgjqHWzJiOrda6W9wFM=
2184+
axios@^0.21.1:
2185+
version "0.21.1"
2186+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2187+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
21882188
dependencies:
2189-
follow-redirects "1.0.0"
2189+
follow-redirects "^1.10.0"
21902190

21912191
axobject-query@^2.0.2:
21922192
version "2.0.2"
@@ -3672,13 +3672,6 @@ [email protected], debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.
36723672
dependencies:
36733673
ms "2.0.0"
36743674

3675-
debug@=3.1.0:
3676-
version "3.1.0"
3677-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3678-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3679-
dependencies:
3680-
ms "2.0.0"
3681-
36823675
debug@^3.2.5:
36833676
version "3.2.6"
36843677
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -4871,19 +4864,10 @@ flush-write-stream@^1.0.0:
48714864
inherits "^2.0.1"
48724865
readable-stream "^2.0.4"
48734866

4874-
4875-
version "1.0.0"
4876-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.0.0.tgz#8e34298cbd2e176f254effec75a1c78cc849fd37"
4877-
integrity sha1-jjQpjL0uF28lTv/sdaHHjMhJ/Tc=
4878-
dependencies:
4879-
debug "^2.2.0"
4880-
4881-
follow-redirects@^1.0.0:
4882-
version "1.5.10"
4883-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
4884-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
4885-
dependencies:
4886-
debug "=3.1.0"
4867+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
4868+
version "1.13.3"
4869+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.3.tgz#e5598ad50174c1bc4e872301e82ac2cd97f90267"
4870+
integrity sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==
48874871

48884872
for-in@^0.1.3:
48894873
version "0.1.8"

0 commit comments

Comments
 (0)