From 28b2d317082cc20e35c6dec90faebb0f920d6122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 09:36:01 +0000 Subject: [PATCH] Bump axios from 0.20.0 to 0.21.1 in /packages/data-tier-client 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] --- packages/data-tier-client/package.json | 2 +- packages/data-tier-client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/data-tier-client/package.json b/packages/data-tier-client/package.json index 49eba16..7f986ec 100644 --- a/packages/data-tier-client/package.json +++ b/packages/data-tier-client/package.json @@ -41,7 +41,7 @@ "typescript": "^4.0.3" }, "dependencies": { - "axios": "^0.20.0" + "axios": "^0.21.1" }, "gitHead": "365c2cd4f21442be3b2030572c4c2303511c720d" } diff --git a/packages/data-tier-client/yarn.lock b/packages/data-tier-client/yarn.lock index ae75bb7..81f66ea 100644 --- a/packages/data-tier-client/yarn.lock +++ b/packages/data-tier-client/yarn.lock @@ -1544,10 +1544,10 @@ axe-core@^3.5.4: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.5.5.tgz#84315073b53fa3c0c51676c588d59da09a192227" integrity sha512-5P0QZ6J5xGikH780pghEdbEKijCTrruK9KxtPZCFWUpef0f6GipO+xEZ5GKCb020mmqgbiNO6TcA55CriL784Q== -axios@^0.20.0: - version "0.20.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd" - integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA== +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"