From 8bdf916764de86294050210de0811129cea27e77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2019 23:38:09 +0000 Subject: [PATCH] Bump axios from 0.9.1 to 0.19.0 Bumps [axios](https://github.com/axios/axios) from 0.9.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.9.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 d873891..8a1ea88 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "webpack-hot-middleware": "^2.10.0" }, "dependencies": { - "axios": "^0.9.0", + "axios": "^0.19.0", "express": "4.14.0", "extract-text-webpack-plugin": "1.0.1", "npm": "^4.5.0",