From 45efaf6ea24a104e6a21f66665a19f107deb6cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 22:41:32 +0000 Subject: [PATCH] Bump axios from 0.21.0 to 0.21.1 in /client/packages/container Bumps [axios](https://github.com/axios/axios) from 0.21.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.21.0...v0.21.1) Signed-off-by: dependabot[bot] --- client/packages/container/package.json | 2 +- client/packages/container/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/packages/container/package.json b/client/packages/container/package.json index 3194efb..e99dd72 100644 --- a/client/packages/container/package.json +++ b/client/packages/container/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@rlecomm/common": "1.0.29", - "axios": "^0.21.0", + "axios": "^0.21.1", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0", diff --git a/client/packages/container/yarn.lock b/client/packages/container/yarn.lock index 39d7f14..817a89d 100644 --- a/client/packages/container/yarn.lock +++ b/client/packages/container/yarn.lock @@ -1377,10 +1377,10 @@ autoprefixer@^10.0.2: num2fraction "^1.2.2" postcss-value-parser "^4.1.0" -axios@^0.21.0: - version "0.21.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca" - integrity sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw== +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"