From 15bb86bc793168c0d213e91c691efc36a56751c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 17:52:47 +0000 Subject: [PATCH] Bump axios from 0.18.0 to 0.19.0 in /frontend Bumps [axios](https://github.com/axios/axios) from 0.18.0 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.18.0...v0.19.0) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 74ffc5c..b165aba 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "test": "npm run lint" }, "dependencies": { - "axios": "0.18.0", + "axios": "0.19.0", "echarts": "4.2.0-rc.2", "element-ui": "2.4.6", "js-cookie": "2.2.0",