From 69b5ce31aab1885800cc339c21e02647f2116623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 08:09:49 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 0.21.1 in /QuickSplitFrontEnd/QuickSplit 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] --- .../QuickSplit/package-lock.json | 37 ++++--------------- QuickSplitFrontEnd/QuickSplit/package.json | 2 +- 2 files changed, 9 insertions(+), 30 deletions(-) diff --git a/QuickSplitFrontEnd/QuickSplit/package-lock.json b/QuickSplitFrontEnd/QuickSplit/package-lock.json index f499c73..cf12003 100644 --- a/QuickSplitFrontEnd/QuickSplit/package-lock.json +++ b/QuickSplitFrontEnd/QuickSplit/package-lock.json @@ -1136,10 +1136,7 @@ }, "@react-native-community/async-storage": { "version": "github:react-native-community/react-native-async-storage#8112a33c0ab37e6f63f6c6591e6d6a39d83ff6cd", - "from": "github:react-native-community/react-native-async-storage", - "requires": { - "deep-assign": "^3.0.0" - } + "from": "github:react-native-community/react-native-async-storage" }, "@react-native-community/cli-debugger-ui": { "version": "3.0.0", @@ -1619,11 +1616,11 @@ "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" }, "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" } }, "babel-plugin-dynamic-import-node": { @@ -3062,27 +3059,9 @@ } }, "follow-redirects": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", - "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", - "requires": { - "debug": "=3.1.0" - }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" }, "fontfaceobserver": { "version": "2.1.0", diff --git a/QuickSplitFrontEnd/QuickSplit/package.json b/QuickSplitFrontEnd/QuickSplit/package.json index 4af75d8..84af8f8 100644 --- a/QuickSplitFrontEnd/QuickSplit/package.json +++ b/QuickSplitFrontEnd/QuickSplit/package.json @@ -14,7 +14,7 @@ "@react-navigation/material-bottom-tabs": "^5.1.6", "@ui-kitten/components": "^4.4.1", "@ui-kitten/eva-icons": "^4.4.1", - "axios": "^0.19.2", + "axios": "^0.21.1", "expo": "~36.0.0", "feather-icons": "^4.26.0", "lottie-react-native": "^3.3.2",