From 0fb00ea3e97da0eacbad8266ff0f3b5d8a0021c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 09:43:02 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 0.21.1 in /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] --- wwwroot/ClientApp/package-lock.json | 15 +++++++++++---- wwwroot/ClientApp/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/wwwroot/ClientApp/package-lock.json b/wwwroot/ClientApp/package-lock.json index 4d6792a..e0d3399 100644 --- a/wwwroot/ClientApp/package-lock.json +++ b/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/wwwroot/ClientApp/package.json b/wwwroot/ClientApp/package.json index e445e52..99109b5 100644 --- a/wwwroot/ClientApp/package.json +++ b/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",