From e2756c9ba8d03f855096e766487761cf9582c780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 16:16:58 +0000 Subject: [PATCH] Bump axios from 0.17.1 to 0.21.1 in /vue-toutiao Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.17.1...v0.21.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vue-toutiao/package-lock.json | 12 ++++++------ vue-toutiao/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/vue-toutiao/package-lock.json b/vue-toutiao/package-lock.json index 4bbcdb4..427e023 100644 --- a/vue-toutiao/package-lock.json +++ b/vue-toutiao/package-lock.json @@ -338,12 +338,11 @@ "optional": true }, "axios": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.17.1.tgz", - "integrity": "sha1-LY4+XQvb1zJ/kbyBT1xXZg+Bgk0=", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { - "follow-redirects": "^1.2.5", - "is-buffer": "^1.1.5" + "follow-redirects": "^1.10.0" } }, "babel-code-frame": { @@ -5073,7 +5072,8 @@ "is-buffer": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true }, "is-callable": { "version": "1.2.3", diff --git a/vue-toutiao/package.json b/vue-toutiao/package.json index c15bc94..8c5c22d 100644 --- a/vue-toutiao/package.json +++ b/vue-toutiao/package.json @@ -47,7 +47,7 @@ "webpack-merge": "^4.1.1" }, "dependencies": { - "axios": "^0.17.1", + "axios": "^0.21.1", "babel-polyfill": "^6.26.0", "qs": "^6.5.1", "vue": "^2.5.13",