From 67d5314ecac4e85e21ccc1d03d7a142cde088c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2020 07:05:04 +0000 Subject: [PATCH] Bump axios from 0.17.1 to 0.19.2 Bumps [axios](https://github.com/axios/axios) from 0.17.1 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.17.1...v0.19.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d9eeb3..43af89d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "vue": "^2.5.2", "vue-router": "^3.0.1", "vue-resource": "^1.3.4", - "axios": "^0.17.1" + "axios": "^0.19.2" }, "devDependencies": { "autoprefixer": "^7.1.2",