From 24e83965d2c26e123589728054bb715d36d808b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 15:34:24 +0000 Subject: [PATCH] Bump axios from 0.18.0 to 0.19.0 in /client 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] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 463ef15..8bdd0cb 100644 --- a/client/package.json +++ b/client/package.json @@ -7,7 +7,7 @@ "react-dom": "^16.4.2", "react-scripts": "1.1.4", "react-router-dom": "4.3.1", - "axios": "0.18.0" + "axios": "0.19.0" }, "scripts": { "start": "react-scripts start",