From 5f1729edc322dc33cca0ce7e5fcb50e8a83e3641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 21:44:22 +0000 Subject: [PATCH] Bump axios from 0.16.2 to 0.19.0 in /realtime-react 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] --- realtime-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realtime-react/package.json b/realtime-react/package.json index b443c88..6747f29 100644 --- a/realtime-react/package.json +++ b/realtime-react/package.json @@ -4,7 +4,7 @@ "private": true, "homepage": ".", "dependencies": { - "axios": "^0.16.2", + "axios": "^0.19.0", "lodash": "^4.17.4", "react": "^15.6.1", "react-dom": "^15.6.1",