diff --git a/mobile/package.json b/mobile/package.json index 46997bc..eef038d 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -12,7 +12,7 @@ "@react-native-community/masked-view": "0.1.10", "@react-navigation/native": "^5.7.6", "@react-navigation/stack": "^5.9.3", - "axios": "^0.20.0", + "axios": "^0.21.1", "expo": "~39.0.2", "expo-font": "~8.3.0", "expo-image-picker": "~9.1.0", diff --git a/mobile/yarn.lock b/mobile/yarn.lock index 3f435af..e863323 100644 --- a/mobile/yarn.lock +++ b/mobile/yarn.lock @@ -1613,10 +1613,10 @@ available-typed-arrays@^1.0.0, available-typed-arrays@^1.0.2: dependencies: array-filter "^1.0.0" -axios@^0.20.0: - version "0.20.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd" - integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA== +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"