From 7dcf4f596063481f61c6fa2aa1d7959f9175c45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:57:50 +0000 Subject: [PATCH] Bump axios from 0.15.3 to 0.21.2 Bumps [axios](https://github.com/axios/axios) from 0.15.3 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.15.3...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3051eb8..479213f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/queerviolet/bones#readme", "dependencies": { - "axios": "^0.15.2", + "axios": "^0.21.2", "babel-preset-stage-2": "^6.18.0", "bcryptjs": "^2.4.0", "body-parser": "^1.15.2", diff --git a/yarn.lock b/yarn.lock index b4213f8..05c38af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -199,11 +199,11 @@ aws4@^1.2.1: version "1.5.0" resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.5.0.tgz#0a29ffb79c31c9e712eeb087e8e7a64b4a56d755" -axios@^0.15.2: - version "0.15.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.15.3.tgz#2c9d638b2e191a08ea1d6cc988eadd6ba5bdc053" +axios@^0.21.2: + version "0.21.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017" dependencies: - follow-redirects "1.0.0" + follow-redirects "^1.14.0" babel-code-frame@^6.16.0, babel-code-frame@^6.22.0: version "6.22.0" @@ -2215,11 +2215,9 @@ flat-cache@^1.2.1: graceful-fs "^4.1.2" write "^0.2.1" -follow-redirects@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.0.0.tgz#8e34298cbd2e176f254effec75a1c78cc849fd37" - dependencies: - debug "^2.2.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@^0.1.5: version "0.1.6"