From 371eb26a14bdf0a65ed7ed8fc66cbe6e25559643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 12:15:18 +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 095bfd7..af81117 100644 --- a/client/package.json +++ b/client/package.json @@ -7,7 +7,7 @@ "react-dom": "^16.12.0", "react-scripts": "0.9.5", "react-router-dom": "4.3.1", - "axios": "0.18.0" + "axios": "0.19.0" }, "devDependencies": {}, "scripts": {