Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 401b33a

Browse files
Bump axios from 0.19.2 to 0.21.1 in /demo
Bumps [axios](https://github.com/axios/axios) from 0.19.2 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.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1a554f commit 401b33a

File tree

3 files changed

+22
-31
lines changed

3 files changed

+22
-31
lines changed

demo/package-lock.json

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@testing-library/react": "^9.3.2",
1010
"@testing-library/user-event": "^7.1.2",
1111
"antd": "^4.2.5",
12-
"axios": "^0.19.2",
12+
"axios": "^0.21.1",
1313
"buble": "^0.20.0",
1414
"immer": "^8.0.1",
1515
"prismjs": "^1.20.0",

demo/yarn.lock

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2437,12 +2437,12 @@ aws4@^1.8.0:
24372437
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
24382438
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
24392439

2440-
axios@^0.19.2:
2441-
version "0.19.2"
2442-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2443-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2440+
axios@^0.21.1:
2441+
version "0.21.1"
2442+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2443+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
24442444
dependencies:
2445-
follow-redirects "1.5.10"
2445+
follow-redirects "^1.10.0"
24462446

24472447
axobject-query@^2.0.2:
24482448
version "2.1.2"
@@ -3847,14 +3847,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
38473847
dependencies:
38483848
ms "2.0.0"
38493849

3850-
debug@=3.1.0:
3851-
version "3.1.0"
3852-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3853-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3854-
dependencies:
3855-
ms "2.0.0"
3856-
3857-
debug@^3.0.0, debug@^3.1.1, debug@^3.2.5:
3850+
debug@^3.1.1, debug@^3.2.5:
38583851
version "3.2.6"
38593852
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
38603853
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -4967,19 +4960,10 @@ flush-write-stream@^1.0.0:
49674960
inherits "^2.0.3"
49684961
readable-stream "^2.3.6"
49694962

4970-
follow-redirects@1.5.10:
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"
4976-
4977-
follow-redirects@^1.0.0:
4978-
version "1.10.0"
4979-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.10.0.tgz#01f5263aee921c6a54fb91667f08f4155ce169eb"
4980-
integrity sha512-4eyLK6s6lH32nOvLLwlIOnr9zrL8Sm+OvW4pVTJNoXeGzYIkHVf+pADQi+OJ0E67hiuSLezPVPyBcIZO50TmmQ==
4981-
dependencies:
4982-
debug "^3.0.0"
4963+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
4964+
version "1.13.1"
4965+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
4966+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
49834967

49844968
for-in@^0.1.3:
49854969
version "0.1.8"

0 commit comments

Comments
 (0)