From 0f00125ba51ad8c3795f7fbb994bb24a86331948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 08:34:08 +0000 Subject: [PATCH] Bump axios from 0.16.2 to 0.21.1 in /server Bumps [axios](https://github.com/axios/axios) from 0.16.2 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.16.2...v0.21.1) Signed-off-by: dependabot[bot] --- server/package.json | 2 +- server/yarn.lock | 23 ++++++++--------------- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/server/package.json b/server/package.json index e2c9d1a..c173e8f 100644 --- a/server/package.json +++ b/server/package.json @@ -6,7 +6,7 @@ "author": "Zach Bruggeman", "license": "MIT", "dependencies": { - "axios": "^0.16.2", + "axios": "^0.21.1", "body-parser": "^1.17.1", "cheerio": "^0.22.0", "compression": "^1.6.2", diff --git a/server/yarn.lock b/server/yarn.lock index 86f8847..02b0ffa 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -13,12 +13,11 @@ array-flatten@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" -axios@^0.16.2: - version "0.16.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.16.2.tgz#ba4f92f17167dfbab40983785454b9ac149c3c6d" +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.3" - is-buffer "^1.1.5" + follow-redirects "^1.10.0" body-parser@^1.17.1: version "1.17.2" @@ -147,7 +146,7 @@ css-what@2.1: version "2.1.0" resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.0.tgz#9467d032c38cfaefb9f2d79501253062f87fa1bd" -debug@2.6.7, debug@^2.2.0, debug@^2.4.5: +debug@2.6.7, debug@^2.2.0: version "2.6.7" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.7.tgz#92bad1f6d05bbb6bba22cca88bcd0ec894c2861e" dependencies: @@ -264,11 +263,9 @@ finalhandler@~1.0.3: statuses "~1.3.1" unpipe "~1.0.0" -follow-redirects@^1.2.3: - version "1.2.4" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.2.4.tgz#355e8f4d16876b43f577b0d5ce2668b9723214ea" - dependencies: - debug "^2.4.5" +follow-redirects@^1.10.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7" forwarded@~0.1.0: version "0.1.0" @@ -342,10 +339,6 @@ iron@^4.0.4: cryptiles "3.x.x" hoek "4.x.x" -is-buffer@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.5.tgz#1f3b26ef613b214b88cbca23cc6c01d87961eecc" - is-redirect@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"