From 3a1d6c03ede06a8ae3528c142670e746210f3467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 06:37:29 +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 6dca5dd..38bdbca 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dll": "webpack --config build/webpack.dll.conf.js" }, "dependencies": { - "axios": "^0.16.2", + "axios": "^0.19.0", "element-ui": "^1.4.8", "jquery": "^3.2.1", "vue": "^2.3.3",