Skip to content

Commit c58a9c2

Browse files
Bump axios from 0.19.2 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.19.2...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe6c86f commit c58a9c2

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@ant-design/icons": "^4.6.2",
2626
"antd": "^4.16.11",
27-
"axios": "^0.19.0",
27+
"axios": "^0.21.2",
2828
"date-fns": "^2.23.0",
2929
"echarts": "^5.2.1",
3030
"lodash": "^4.17.21",

yarn.lock

+9-23
Original file line numberDiff line numberDiff line change
@@ -1909,12 +1909,12 @@ aws4@^1.8.0:
19091909
resolved "https://registry.npm.taobao.org/aws4/download/aws4-1.11.0.tgz?cache=0&sync_timestamp=1604101311814&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faws4%2Fdownload%2Faws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
19101910
integrity sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk=
19111911

1912-
axios@^0.19.0:
1913-
version "0.19.2"
1914-
resolved "https://registry.npm.taobao.org/axios/download/axios-0.19.2.tgz?cache=0&sync_timestamp=1603468783865&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faxios%2Fdownload%2Faxios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1915-
integrity sha1-PqNsXYgY0NX4qKl6bTa4bNwAyyc=
1912+
axios@^0.21.2:
1913+
version "0.21.2"
1914+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
1915+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
19161916
dependencies:
1917-
follow-redirects "1.5.10"
1917+
follow-redirects "^1.14.0"
19181918

19191919
babel-loader@^8.2.2:
19201920
version "8.2.2"
@@ -2860,13 +2860,6 @@ debug@4, debug@^4.3.3:
28602860
dependencies:
28612861
ms "2.1.2"
28622862

2863-
debug@=3.1.0:
2864-
version "3.1.0"
2865-
resolved "https://registry.npm.taobao.org/debug/download/debug-3.1.0.tgz?cache=0&sync_timestamp=1607566580543&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2866-
integrity sha1-W7WgZyYotkFJVmuhaBnmFRjGcmE=
2867-
dependencies:
2868-
ms "2.0.0"
2869-
28702863
debug@^3.1.1, debug@^3.2.5, debug@^3.2.6:
28712864
version "3.2.7"
28722865
resolved "https://registry.npm.taobao.org/debug/download/debug-3.2.7.tgz?cache=0&sync_timestamp=1607566580543&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -3771,17 +3764,10 @@ flatten@^1.0.2:
37713764
resolved "https://registry.npm.taobao.org/flatten/download/flatten-1.0.3.tgz#c1283ac9f27b368abc1e36d1ff7b04501a30356b"
37723765
integrity sha1-wSg6yfJ7Noq8HjbR/3sEUBowNWs=
37733766

3774-
follow-redirects@1.5.10:
3775-
version "1.5.10"
3776-
resolved "https://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.5.10.tgz?cache=0&sync_timestamp=1607916833378&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffollow-redirects%2Fdownload%2Ffollow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3777-
integrity sha1-e3qfmuov3/NnhqlP9kPtB/T/Xio=
3778-
dependencies:
3779-
debug "=3.1.0"
3780-
3781-
follow-redirects@^1.0.0:
3782-
version "1.13.1"
3783-
resolved "https://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.13.1.tgz?cache=0&sync_timestamp=1607916833378&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffollow-redirects%2Fdownload%2Ffollow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
3784-
integrity sha1-X2m4Ezds7k/QR0o6uoNd8Eq3Y7c=
3767+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
3768+
version "1.15.2"
3769+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
3770+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
37853771

37863772
for-in@^1.0.2:
37873773
version "1.0.2"

0 commit comments

Comments
 (0)