From cfec87b8dc26a6b75a9a3a2d104a294d10da38f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 09:59:28 +0000 Subject: [PATCH] Bump axios from 0.18.0 to 0.21.1 in /sagax-frontend Bumps [axios](https://github.com/axios/axios) from 0.18.0 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.18.0...v0.21.1) Signed-off-by: dependabot[bot] --- sagax-frontend/package.json | 2 +- sagax-frontend/yarn.lock | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/sagax-frontend/package.json b/sagax-frontend/package.json index 03cc017..8113c6b 100644 --- a/sagax-frontend/package.json +++ b/sagax-frontend/package.json @@ -14,7 +14,7 @@ "build": "node build/build.js" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^0.21.1", "bootstrap-vue": "^2.0.0-rc.2", "flag-icon-css": "^3.0.0", "font-awesome": "^4.7.0", diff --git a/sagax-frontend/yarn.lock b/sagax-frontend/yarn.lock index 14f95a4..eee5f54 100644 --- a/sagax-frontend/yarn.lock +++ b/sagax-frontend/yarn.lock @@ -443,12 +443,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.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102" +axios@^0.21.1: + version "0.21.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" dependencies: - follow-redirects "^1.3.0" - is-buffer "^1.1.5" + follow-redirects "^1.10.0" babel-code-frame@^6.22.0, babel-code-frame@^6.26.0: version "6.26.0" @@ -3177,11 +3176,9 @@ flush-write-stream@^1.0.0: inherits "^2.0.1" readable-stream "^2.0.4" -follow-redirects@^1.3.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.4.1.tgz#d8120f4518190f55aac65bb6fc7b85fcd666d6aa" - 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"