Skip to content

Commit 2891de9

Browse files
Bump axios from 0.19.0 to 0.21.1 in /apidoc-ui
Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.19.0...v0.21.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab9c56d commit 2891de9

File tree

3 files changed

+23
-50
lines changed

3 files changed

+23
-50
lines changed

apidoc-ui/package-lock.json

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

apidoc-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"ant-design-vue": "^1.5.1",
12-
"axios": "^0.19.0",
12+
"axios": "^0.21.1",
1313
"babel-plugin-import": "^1.13.0",
1414
"core-js": "^2.6.5",
1515
"enquire.js": "^2.1.6",

apidoc-ui/yarn.lock

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,12 +1596,12 @@ aws4@^1.8.0:
15961596
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
15971597
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
15981598

1599-
axios@^0.19.0:
1600-
version "0.19.2"
1601-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1602-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1599+
axios@^0.21.1:
1600+
version "0.21.1"
1601+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1602+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
16031603
dependencies:
1604-
follow-redirects "1.5.10"
1604+
follow-redirects "^1.10.0"
16051605

16061606
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
16071607
version "6.26.0"
@@ -2864,13 +2864,6 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
28642864
dependencies:
28652865
ms "2.0.0"
28662866

2867-
debug@=3.1.0:
2868-
version "3.1.0"
2869-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2870-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2871-
dependencies:
2872-
ms "2.0.0"
2873-
28742867
debug@^3.1.0, debug@^3.1.1, debug@^3.2.6:
28752868
version "3.2.7"
28762869
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -3989,14 +3982,7 @@ flush-write-stream@^1.0.0:
39893982
inherits "^2.0.3"
39903983
readable-stream "^2.3.6"
39913984

3992-
follow-redirects@1.5.10:
3993-
version "1.5.10"
3994-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3995-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
3996-
dependencies:
3997-
debug "=3.1.0"
3998-
3999-
follow-redirects@^1.0.0:
3985+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
40003986
version "1.14.1"
40013987
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43"
40023988
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==

0 commit comments

Comments
 (0)