From 0fcdfde08e8a0e10136ef67989ca3897796a904e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 19:19:50 +0000 Subject: [PATCH] Bump axios from 0.15.3 to 0.19.0 Bumps [axios](https://github.com/axios/axios) from 0.15.3 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.15.3...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 4046413..7e122ef 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "rm -rf dist/ && cross-env NODE_ENV=production webpack --progress --hide-modules" }, "dependencies": { - "axios": "^0.15.3", + "axios": "^0.19.0", "vue": "^2.1.0", "vue-material": "^0.7.1", "vue-router": "^2.2.1",