From 017e98d291a1ab58bdacb8cf9072e33e97464e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 22:17:13 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 0.21.1 in /builds/native Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] --- builds/native/package-lock.json | 15 +++++++++++---- builds/native/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/builds/native/package-lock.json b/builds/native/package-lock.json index 86d2dc1..a8eaa4a 100644 --- a/builds/native/package-lock.json +++ b/builds/native/package-lock.json @@ -4736,11 +4736,18 @@ "integrity": "sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==" }, "axios": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { - "follow-redirects": "1.5.10" + "follow-redirects": "^1.10.0" + }, + "dependencies": { + "follow-redirects": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" + } } }, "axios-retry": { diff --git a/builds/native/package.json b/builds/native/package.json index 89f7c08..f5bc6d4 100644 --- a/builds/native/package.json +++ b/builds/native/package.json @@ -18,7 +18,7 @@ "@react-navigation/native": "^5.0.0", "@react-navigation/stack": "^5.0.0", "@react-navigation/web": "~1.0.0-alpha.9", - "axios": "^0.19.2", + "axios": "^0.21.1", "expo": "~36.0.0", "expo-asset": "~8.0.0", "expo-cli": "^3.16.1",