From 250e56fee6109a53dfae8f7c3e1bb44ba2208e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 23:12:53 +0000 Subject: [PATCH] Bump axios from 0.15.3 to 0.19.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 050ab5ac..e5dd0859 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "main": "src/widgets.js", "dependencies": { "async": "^1.5.2", - "axios": "^0.15.3", + "axios": "^0.19.0", "classnames": "^2.2.4", "es5-shim": "~4.5.5", "highlight.js": "^9.2.0",