From 13a2e4f13d8c5601062dccc83fdac67507798654 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 06:35:47 +0000 Subject: [PATCH] Update dependency axios to v0.21.1 [SECURITY] --- functions/package.json | 2 +- functions/yarn.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/functions/package.json b/functions/package.json index 9dc55d4a..0674d30e 100644 --- a/functions/package.json +++ b/functions/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@zeit/fetch-retry": "5.0.0", - "axios": "0.19.2", + "axios": "0.21.1", "axios-retry": "3.1.2", "chrome-aws-lambda": "2.1.1", "express": "4.17.1", diff --git a/functions/yarn.lock b/functions/yarn.lock index fa71e290..f44d6315 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -776,12 +776,12 @@ axios-retry@3.1.2: dependencies: is-retry-allowed "^1.1.0" -axios@0.19.2: - version "0.19.2" - resolved "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz" - integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA== +axios@0.21.1: + version "0.21.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" + integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA== dependencies: - follow-redirects "1.5.10" + follow-redirects "^1.10.0" axios@^0.18.0: version "0.18.1" @@ -2416,6 +2416,11 @@ follow-redirects@1.5.10: dependencies: debug "=3.1.0" +follow-redirects@^1.10.0: + version "1.15.6" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b" + integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA== + forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz"