diff --git a/package.json b/package.json index b48aa1a..86379d7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@zeit/next-sass": "^1.0.1", "antd": "^4.7.3", - "axios": "^0.21.0", + "axios": "^0.21.1", "jsonfile": "^6.0.1", "moment": "^2.29.1", "next": "9.5.5", diff --git a/yarn.lock b/yarn.lock index 92ac3ba..1689ee3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1700,10 +1700,10 @@ aws4@^1.8.0: resolved "https://registry.npm.taobao.org/aws4/download/aws4-1.10.1.tgz?cache=0&sync_timestamp=1597239850729&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faws4%2Fdownload%2Faws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428" integrity sha1-4eguTz6Zniz9YbFhKA0WoRH4ZCg= -axios@^0.21.0: - version "0.21.0" - resolved "https://registry.npm.taobao.org/axios/download/axios-0.21.0.tgz?cache=0&sync_timestamp=1603470451980&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faxios%2Fdownload%2Faxios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca" - integrity sha1-Jt8IiAOiNQ3/LCf5b++Z/klEKso= +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"