diff --git a/web2.0/package.json b/web2.0/package.json index 2ae40d68..d0343dcc 100644 --- a/web2.0/package.json +++ b/web2.0/package.json @@ -12,7 +12,7 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.56", "@mui-treasury/components": "^1.7.0", - "axios": "^0.20.0", + "axios": "^0.21.1", "next": "9.5.3", "react": "16.13.1", "react-dom": "16.13.1" diff --git a/web2.0/yarn.lock b/web2.0/yarn.lock index 5d8a3ba9..549c8402 100644 --- a/web2.0/yarn.lock +++ b/web2.0/yarn.lock @@ -1521,10 +1521,10 @@ atob@^2.1.2: resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== -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"