diff --git a/react/package.json b/react/package.json index 1f4e05b..61f8536 100644 --- a/react/package.json +++ b/react/package.json @@ -29,7 +29,7 @@ "@types/react-router-dom": "^5.1.5", "antd": "3.26.18", "autoprefixer": "^9.8.6", - "axios": "^0.20.0", + "axios": "^0.21.1", "babel-loader": "^8.1.0", "babel-plugin-import": "^1.13.0", "bootstrap": "^4.5.2", diff --git a/react/yarn.lock b/react/yarn.lock index 13600a3..5f61d41 100644 --- a/react/yarn.lock +++ b/react/yarn.lock @@ -1754,10 +1754,10 @@ axe-core@^3.5.4: resolved "https://registry.npm.taobao.org/axe-core/download/axe-core-3.5.5.tgz?cache=0&sync_timestamp=1599147501965&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faxe-core%2Fdownload%2Faxe-core-3.5.5.tgz#84315073b53fa3c0c51676c588d59da09a192227" integrity sha1-hDFQc7U/o8DFFnbFiNWdoJoZIic= -axios@^0.20.0: - version "0.20.0" - resolved "https://registry.npm.taobao.org/axios/download/axios-0.20.0.tgz?cache=0&sync_timestamp=1597979584536&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faxios%2Fdownload%2Faxios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd" - integrity sha1-BXujDwSIRpSZOozQf6OUz/EcUL0= +axios@^0.21.1: + version "0.21.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" + integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA== dependencies: follow-redirects "^1.10.0"