From 34a3e27d9c9693c0c8d6d084cdc0b7495e23e59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 06:41:19 +0000 Subject: [PATCH] Bump axios from 0.17.1 to 0.21.2 Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.2/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.17.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index edcab30..b1ab8b5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "jest" }, "dependencies": { - "axios": "^0.17.1", + "axios": "^0.21.2", "firebase": "^4.9.0", "immutable": "^3.8.2", "lodash": "^4.17.4", diff --git a/yarn.lock b/yarn.lock index d8e2e58..204fe32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -342,12 +342,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.17.1: - version "0.17.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.17.1.tgz#2d8e3e5d0bdbd7327f91bc814f5c57660f81824d" +axios@^0.21.2: + version "0.21.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017" dependencies: - follow-redirects "^1.2.5" - is-buffer "^1.1.5" + follow-redirects "^1.14.0" babel-code-frame@^6.26.0: version "6.26.0" @@ -1926,11 +1925,9 @@ firebase@^4.9.0: dom-storage "^2.0.2" xmlhttprequest "^1.8.0" -follow-redirects@^1.2.5: - 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.14.0: + version "1.15.2" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" for-in@^1.0.1: version "1.0.2"