From b67d151c40df96751bcf03b7a4b0612c2a399f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 00:48:41 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 0.21.1 in /MagniveoVue/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] --- MagniveoVue/ClientApp/package-lock.json | 17 +++++++++++++---- MagniveoVue/ClientApp/package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/MagniveoVue/ClientApp/package-lock.json b/MagniveoVue/ClientApp/package-lock.json index e32f114..463d085 100644 --- a/MagniveoVue/ClientApp/package-lock.json +++ b/MagniveoVue/ClientApp/package-lock.json @@ -1973,11 +1973,18 @@ "optional": true }, "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==" + } } }, "babel-core": { @@ -4812,6 +4819,7 @@ "version": "1.5.10", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", + "dev": true, "requires": { "debug": "=3.1.0" }, @@ -4820,6 +4828,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dev": true, "requires": { "ms": "2.0.0" } diff --git a/MagniveoVue/ClientApp/package.json b/MagniveoVue/ClientApp/package.json index 0bb0fa5..ea52aef 100644 --- a/MagniveoVue/ClientApp/package.json +++ b/MagniveoVue/ClientApp/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "aspnet-webpack": "^3.0.0", - "axios": "^0.19.0", + "axios": "^0.21.1", "core-js": "^3.6.4", "chartist": "0.11.4", "echarts": "^4.6.0",