From ab04b73a80667240123f52aaf720be13a4c9e55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 10:00:07 +0000 Subject: [PATCH] Bump axios from 0.16.2 to 0.19.0 Bumps [axios](https://github.com/axios/axios) from 0.16.2 to 0.19.0. - [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.16.2...v0.19.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2434f7b..ad304a6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "node build/build.js" }, "dependencies": { - "axios": "^0.16.1", + "axios": "^0.19.0", "babel-runtime": "^6.26.0", "echarts": "^3.7.2", "element-ui": "^2.0.1",