From 9149aa51b899dc1bfd3bb3a4f97ee15b855638cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 02:44:53 +0000 Subject: [PATCH] chore(deps): bump axios from 0.18.1 to 0.19.0 in /web Bumps [axios](https://github.com/axios/axios) from 0.18.1 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.18.1...v0.19.0) Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/package.json b/web/package.json index c6d06ee..addee83 100644 --- a/web/package.json +++ b/web/package.json @@ -13,7 +13,7 @@ "build": "node build/build.js" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^0.19.0", "vue": "^2.5.2", "vue-material": "^1.0.0-beta-10.2", "vue-router": "^3.0.1" diff --git a/web/yarn.lock b/web/yarn.lock index 4bcc3c5..a88769d 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -374,9 +374,9 @@ aws4@^1.8.0: version "1.8.0" resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" -axios@^0.18.0: - version "0.18.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3" +axios@^0.19.0: + version "0.19.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8" dependencies: follow-redirects "1.5.10" is-buffer "^2.0.2"