From 47347872467ba37a2b586675883898eaaee0d457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 12:47:26 +0000 Subject: [PATCH] Bump axios from 0.16.2 to 0.19.0 Bumps [axios](https://github.com/axios/axios) from 0.16.2 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.16.2...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 87e1d7d..fcb89b6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@material-ui/core": "^3.2.0", "@material-ui/icons": "^3.0.0", - "axios": "^0.16.1", + "axios": "^0.19.0", "history": "^4.6.1", "lodash": "^4.17.10", "material-ui": "^0.18.1",