From 0d08099b77c61f35452363a6cf8f72abbee40c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 21:11:14 +0000 Subject: [PATCH] Bump axios in /obj/Release/netcoreapp3.1/PubTmp/Out/wwwroot/ClientApp Bumps [axios](https://github.com/axios/axios) from 0.19.2 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.19.2...v0.21.1) Signed-off-by: dependabot[bot] --- .../Out/wwwroot/ClientApp/package-lock.json | 15 +++++++++++---- .../PubTmp/Out/wwwroot/ClientApp/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/obj/Release/netcoreapp3.1/PubTmp/Out/wwwroot/ClientApp/package-lock.json b/obj/Release/netcoreapp3.1/PubTmp/Out/wwwroot/ClientApp/package-lock.json index 4d6792a..e0d3399 100644 --- a/obj/Release/netcoreapp3.1/PubTmp/Out/wwwroot/ClientApp/package-lock.json +++ b/obj/Release/netcoreapp3.1/PubTmp/Out/wwwroot/ClientApp/package-lock.json @@ -2307,11 +2307,18 @@ "integrity": "sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==" }, "axios": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { - "follow-redirects": "1.5.10" + "follow-redirects": "^1.10.0" + }, + "dependencies": { + "follow-redirects": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" + } } }, "axobject-query": { diff --git a/obj/Release/netcoreapp3.1/PubTmp/Out/wwwroot/ClientApp/package.json b/obj/Release/netcoreapp3.1/PubTmp/Out/wwwroot/ClientApp/package.json index e445e52..99109b5 100644 --- a/obj/Release/netcoreapp3.1/PubTmp/Out/wwwroot/ClientApp/package.json +++ b/obj/Release/netcoreapp3.1/PubTmp/Out/wwwroot/ClientApp/package.json @@ -5,7 +5,7 @@ "dependencies": { "@material-ui/core": "^4.9.3", "@material-ui/icons": "^4.9.1", - "axios": "^0.19.2", + "axios": "^0.21.1", "babel": "^6.23.0", "bootstrap": "^4.4.1", "canvasjs": "^1.8.3",