From b4379435151387426de8176532ffdcbf8f868b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 15:37:45 +0000 Subject: [PATCH] Bump axios from 0.16.2 to 0.19.0 in /frontend 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] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index cd10b16..22d55d0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ }, "author": "Will Palmer ", "dependencies": { - "axios": "^0.16.2", + "axios": "^0.19.0", "bluebird": "^3.5.0", "expose-loader": "^0.7.3", "lodash": "^4.17.4",