From 63f7e6ddb5d0ebeb575bb76d57a40b6334913d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 01:06:20 +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 02d36b9..a38ccb3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^0.15.3", + "axios": "^0.19.0", "bluebird": "^3.5.0", "body-parser": "^1.16.1", "chai-properties": "^1.2.1",