From 9215b56538b6823d2016dad8402da6883e32b5ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 07:22:08 +0000 Subject: [PATCH] Bump axios from 0.15.3 to 0.21.1 Bumps [axios](https://github.com/axios/axios) from 0.15.3 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.15.3...v0.21.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 11c5aa675098c4..7bce967dead704 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "autoprefixer": "^6.7.7", - "axios": "^0.15.3", + "axios": "^0.21.1", "babel-cli": "^6.23.0", "babel-core": "^6.24.1", "babel-loader": "7.x", diff --git a/yarn.lock b/yarn.lock index bb0a6aae18b99f..34fef1b15c8804 100644 --- a/yarn.lock +++ b/yarn.lock @@ -383,11 +383,11 @@ aws4@^1.2.1: version "1.5.0" resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.5.0.tgz#0a29ffb79c31c9e712eeb087e8e7a64b4a56d755" -axios@^0.15.3: - version "0.15.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.15.3.tgz#2c9d638b2e191a08ea1d6cc988eadd6ba5bdc053" +axios@^0.21.1: + version "0.21.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" dependencies: - follow-redirects "1.0.0" + follow-redirects "^1.10.0" axobject-query@^0.1.0: version "0.1.0" @@ -2856,11 +2856,9 @@ flatten@1.0.2, flatten@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782" -follow-redirects@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.0.0.tgz#8e34298cbd2e176f254effec75a1c78cc849fd37" - dependencies: - debug "^2.2.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"