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"