From 8f5725c8e0e2747cd06e89f97859dd5489856f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 02:35:59 +0000 Subject: [PATCH] Bump axios from 0.13.1 to 0.19.0 Bumps [axios](https://github.com/axios/axios) from 0.13.1 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.13.1...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 630e7d4..d257fae 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "webpack-dev-server": "^1.14.1" }, "dependencies": { - "axios": "^0.13.1", + "axios": "^0.19.0", "bluebird": "^3.4.0", "body-parser": "^1.17.1", "emojione": "^2.2.6",