diff --git a/vue/package.json b/vue/package.json index c1f66c4c3..4705a744f 100644 --- a/vue/package.json +++ b/vue/package.json @@ -13,7 +13,7 @@ "@popperjs/core": "^2.11.6", "@riophae/vue-treeselect": "^0.4.0", "@vue/cli": "^5.0.8", - "axios": "^1.1.3", + "axios": "^1.2.0", "babel": "^6.23.0", "babel-core": "^6.26.3", "babel-loader": "^9.1.0", diff --git a/vue/yarn.lock b/vue/yarn.lock index 69a25d231..af0f7bd41 100644 --- a/vue/yarn.lock +++ b/vue/yarn.lock @@ -3129,10 +3129,10 @@ autoprefixer@^10.2.4: picocolors "^1.0.0" postcss-value-parser "^4.2.0" -axios@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35" - integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA== +axios@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.0.tgz#1cb65bd75162c70e9f8d118a905126c4a201d383" + integrity sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"