diff --git a/package.json b/package.json index a79fe0b..924f07c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@react-native-community/art": "^1.2.0", "@react-native-community/async-storage": "^1.11.0", "@react-native-community/masked-view": "^0.1.10", - "axios": "^0.19.2", + "axios": "^0.21.1", "cep-promise": "^3.0.9", "date-fns": "^2.14.0", "date-fns-tz": "^1.0.10", diff --git a/yarn.lock b/yarn.lock index 3e5cfc7..4207bdc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1780,6 +1780,13 @@ axios@^0.19.2: dependencies: follow-redirects "1.5.10" +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" + axobject-query@^2.0.2: version "2.1.2" resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.1.2.tgz#2bdffc0371e643e5f03ba99065d5179b9ca79799" @@ -3512,6 +3519,11 @@ follow-redirects@1.5.10: dependencies: debug "=3.1.0" +follow-redirects@^1.10.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7" + integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg== + for-in@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" @@ -6316,10 +6328,10 @@ react-native-reanimated@^1.9.0: dependencies: fbjs "^1.0.0" -react-native-rsa-native@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/react-native-rsa-native/-/react-native-rsa-native-2.0.0.tgz#0b74de1fdb9750d6d33a0366e61ea2ae60f38e93" - integrity sha512-pZ8DltFO13zfM9pPYe9Ca2GZSKvOQ3Ro3oR9lgzwHW7cwEFNijyWqHjGNIq0hfhRwyLsHurTgoWTe9Mm3hsWkQ== +react-native-rsa-native@1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/react-native-rsa-native/-/react-native-rsa-native-1.1.2.tgz#5c500046661379e51651680a4da5873e3883af9b" + integrity sha512-r6njBkfktKA+nd8bV2CO/xe+5/OM8zQjcwRodvEHQTtoG193BmLFLTu9q/XFWuTAOVnxbpBWgob+0+vO4EguNA== react-native-safe-area-context@^3.0.3: version "3.0.3"