From e20e9ea0061ee66b89f2d723d8db2886e982d2c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 07:28:59 +0000 Subject: [PATCH] Bump axios from 0.20.0 to 0.21.1 Bumps [axios](https://github.com/axios/axios) from 0.20.0 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.20.0...v0.21.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ce2b43e..3264a42 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@hot-loader/react-dom": "^17.0.0-rc.2", "@loadable/component": "^5.13.2", "@loadable/server": "^5.13.2", - "axios": "^0.20.0", + "axios": "^0.21.1", "body-parser": "^1.19.0", "bootstrap": "^4.5.2", "compression": "^1.7.4", diff --git a/yarn.lock b/yarn.lock index 31fbb4a..739c669 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1682,10 +1682,10 @@ autoprefixer@^10.0.1: num2fraction "^1.2.2" postcss-value-parser "^4.1.0" -axios@^0.20.0: - version "0.20.0" - resolved "https://registry.npm.taobao.org/axios/download/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd" - integrity sha1-BXujDwSIRpSZOozQf6OUz/EcUL0= +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.10.0"