From 529c8326d9805d45b6bbec0ca7fbd76f2cf94b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 03:20:34 +0000 Subject: [PATCH] Bump axios from 0.21.1 to 0.21.2 in /Mycode-wechat/vue3.0-wechat-admin Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.2/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../vue3.0-wechat-admin/package-lock.json | 14 +++++++------- Mycode-wechat/vue3.0-wechat-admin/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Mycode-wechat/vue3.0-wechat-admin/package-lock.json b/Mycode-wechat/vue3.0-wechat-admin/package-lock.json index e3a4978..174799a 100644 --- a/Mycode-wechat/vue3.0-wechat-admin/package-lock.json +++ b/Mycode-wechat/vue3.0-wechat-admin/package-lock.json @@ -1834,17 +1834,17 @@ "dev": true }, "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.0" }, "dependencies": { "follow-redirects": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", - "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz", + "integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==" } } }, diff --git a/Mycode-wechat/vue3.0-wechat-admin/package.json b/Mycode-wechat/vue3.0-wechat-admin/package.json index 7477e4d..fdbbe8e 100644 --- a/Mycode-wechat/vue3.0-wechat-admin/package.json +++ b/Mycode-wechat/vue3.0-wechat-admin/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "axios": "^0.21.1", + "axios": "^0.21.2", "echarts": "^4.1.0", "element-ui": "^2.5.4", "qs": "^6.6.0",