From 75cbb4b52a4763748be8230d6d83540f4ea2bc31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 10:43:46 +0000 Subject: [PATCH] Bump axios from 0.17.1 to 0.21.1 in /client Bumps [axios](https://github.com/axios/axios) from 0.17.1 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.17.1...v0.21.1) Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/client/package.json b/client/package.json index d7155f3..41c0251 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "author": "Nacho GarcĂ­a ", "private": true, "dependencies": { - "axios": "^0.17.0", + "axios": "^0.21.1", "bootstrap": "^4.0.0", "font-awesome": "^4.7.0", "react": "^16.0.0", diff --git a/client/yarn.lock b/client/yarn.lock index c458ad6..9500d16 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -383,12 +383,11 @@ aws4@^1.2.1, aws4@^1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e" -axios@^0.17.0: - version "0.17.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.17.1.tgz#2d8e3e5d0bdbd7327f91bc814f5c57660f81824d" +axios@^0.21.1: + version "0.21.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" dependencies: - follow-redirects "^1.2.5" - is-buffer "^1.1.5" + follow-redirects "^1.10.0" axobject-query@^0.1.0: version "0.1.0" @@ -2972,11 +2971,9 @@ flatten@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782" -follow-redirects@^1.2.5: - version "1.3.0" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.3.0.tgz#f684871fc116d2e329fda55ef67687f4fabc905c" - 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" font-awesome@^4.7.0: version "4.7.0"