From d473fec1ee179cbeb5f3027b16c6075c9f09bbbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 02:53:36 +0000 Subject: [PATCH] Bump axios from 0.15.3 to 0.19.2 in /vue-quickStart Bumps [axios](https://github.com/axios/axios) from 0.15.3 to 0.19.2. - [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.15.3...v0.19.2) Signed-off-by: dependabot[bot] --- vue-quickStart/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue-quickStart/package.json b/vue-quickStart/package.json index 05d6555..6c3e519 100644 --- a/vue-quickStart/package.json +++ b/vue-quickStart/package.json @@ -9,7 +9,7 @@ "build": "node build/build.js" }, "dependencies": { - "axios": "^0.15.3", + "axios": "^0.19.2", "vue": "^2.1.0", "vue-awesome-swiper": "^2.2.6", "vue-axios": "^1.2.2",