From 48807d3e74aee1ef7aac44237960d5d3279fec0f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 31 May 2019 15:19:46 +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 4f1cb72..0387eb4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "homepage": "https://github.com/MrJohnCoder/SandySounds#readme", "dependencies": { - "axios": "^0.18.0", + "axios": "^0.19.0", "ws": "^5.2.0" } }