From bb73ea0db518413845e0d77d085b9ab073b2e6cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 21:14:36 +0000 Subject: [PATCH] Update axios requirement from ^0.18.0 to ^0.19.0 Updates the requirements on [axios](https://github.com/axios/axios) to permit the latest version. - [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) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e7d3fea..7112d8f0 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls" }, "devDependencies": { - "axios": "^0.18.0", + "axios": "^0.19.0", "co-busboy": "^1.3.0", "coveralls": "^3.0.3", "expect.js": "0.3.x",