From a96d4dffe63d994ba5560127dbc84025df61182c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2020 13:39:57 +0000 Subject: [PATCH] Bump axios from 0.18.0 to 0.19.2 in /client Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.19.2. - [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.2) 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..34e5c78 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.2" }, "scripts": { "start": "react-scripts start",