From 1a56d8df19b55ebbaaa9a6a8cd7748522993807c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2019 04:08:57 +0000 Subject: [PATCH] Bump axios from 0.15.3 to 0.19.0 in /boot-with-security Bumps [axios](https://github.com/axios/axios) from 0.15.3 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.15.3...v0.19.0) Signed-off-by: dependabot[bot] --- boot-with-security/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot-with-security/package.json b/boot-with-security/package.json index 7a3d0bb..f3fb2b4 100644 --- a/boot-with-security/package.json +++ b/boot-with-security/package.json @@ -25,7 +25,7 @@ "webpack": "^1.13.0" }, "dependencies": { - "axios": "^0.15.3", + "axios": "^0.19.0", "babel-polyfill": "^6.7.4", "react": "^15.0.1", "react-dom": "^15.0.1"