From e9015e13e9c50969d937bbf3edf9cfd26fd25aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 09:43:02 +0000 Subject: [PATCH] Bump axios from 0.18.0 to 0.19.0 in /src/ui Bumps [axios](https://github.com/axios/axios) from 0.18.0 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.18.0...v0.19.0) Signed-off-by: dependabot[bot] --- src/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/package.json b/src/ui/package.json index 3a133b9..4530f32 100644 --- a/src/ui/package.json +++ b/src/ui/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@types/webpack": "4.4.5", - "axios": "0.18.0", + "axios": "0.19.0", "babel-polyfill": "6.26.0", "babel-runtime": "6.26.0", "base-64": "0.1.0",