From 25dc09c0002ba04d51c1ceb31699e2f0c02d231d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 08:42:15 +0000 Subject: [PATCH] chore(deps): bump axios in /dev-portal/docs/.vuepress/dep_theme 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] --- .../.vuepress/dep_theme/package-lock.json | 20 ++++++++++++++----- .../docs/.vuepress/dep_theme/package.json | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/dev-portal/docs/.vuepress/dep_theme/package-lock.json b/dev-portal/docs/.vuepress/dep_theme/package-lock.json index 6b8a2c56..71e656b8 100644 --- a/dev-portal/docs/.vuepress/dep_theme/package-lock.json +++ b/dev-portal/docs/.vuepress/dep_theme/package-lock.json @@ -3330,11 +3330,18 @@ "dev": true }, "axios": { - "version": "0.19.2", - "resolved": "https://registry.npm.taobao.org/axios/download/axios-0.19.2.tgz", - "integrity": "sha1-PqNsXYgY0NX4qKl6bTa4bNwAyyc=", + "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.14.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.0.tgz", + "integrity": "sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg==" + } } }, "babel-eslint": { @@ -5003,6 +5010,7 @@ "version": "3.1.0", "resolved": "https://registry.npm.taobao.org/debug/download/debug-3.1.0.tgz", "integrity": "sha1-W7WgZyYotkFJVmuhaBnmFRjGcmE=", + "dev": true, "requires": { "ms": "2.0.0" } @@ -6266,6 +6274,7 @@ "version": "1.5.10", "resolved": "https://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.5.10.tgz", "integrity": "sha1-e3qfmuov3/NnhqlP9kPtB/T/Xio=", + "dev": true, "requires": { "debug": "=3.1.0" } @@ -8259,7 +8268,8 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npm.taobao.org/ms/download/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true }, "multicast-dns": { "version": "6.2.3", diff --git a/dev-portal/docs/.vuepress/dep_theme/package.json b/dev-portal/docs/.vuepress/dep_theme/package.json index 33b69566..1b700fa3 100644 --- a/dev-portal/docs/.vuepress/dep_theme/package.json +++ b/dev-portal/docs/.vuepress/dep_theme/package.json @@ -37,7 +37,7 @@ "dependencies": { "@vuepress/plugin-active-header-links": "^1.4.1", "@vuepress/plugin-last-updated": "^1.4.1", - "axios": "^0.19.2", + "axios": "^0.21.1", "vuepress-plugin-define": "^1.1.1" }, "devDependencies": {