From 20281afd64ca87ae380c8a292857e709127bafb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 07:31:02 +0000 Subject: [PATCH] Bump axios from 0.17.1 to 0.21.1 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] --- package.json | 2 +- yarn.lock | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f9bcc8f..39147c3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "are.na": "^0.0.7", - "axios": "^0.17.1", + "axios": "^0.21.1", "body-parser": "~1.18.2", "cookie-parser": "~1.4.3", "debug": "~3.1.0", diff --git a/yarn.lock b/yarn.lock index ee13239..1eeff99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -57,6 +57,12 @@ axios@^0.17.1: follow-redirects "^1.2.5" is-buffer "^1.1.5" +axios@^0.21.1: + version "0.21.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" + dependencies: + follow-redirects "^1.10.0" + basic-auth@~2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-2.0.0.tgz#015db3f353e02e56377755f962742e8981e7bbba" @@ -156,7 +162,7 @@ debug@2.6.9: dependencies: ms "2.0.0" -debug@^3.1.0, debug@~3.1.0: +debug@~3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" dependencies: @@ -241,11 +247,9 @@ finalhandler@1.1.0: statuses "~1.3.1" unpipe "~1.0.0" -follow-redirects@^1.2.5: - version "1.2.6" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.2.6.tgz#4dcdc7e4ab3dd6765a97ff89c3b4c258117c79bf" - dependencies: - debug "^3.1.0" +follow-redirects@^1.10.0, follow-redirects@^1.2.5: + version "1.13.1" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7" forwarded@~0.1.2: version "0.1.2"