Update dependency axios to v0.21.0 (#278)
Update dependency axios to v0.21.0 Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/278 Co-Authored-By: renovate <renovatebot@kolaente.de> Co-Committed-By: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
f70219d078
commit
186c6ba0ce
2 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
|||
"@vue/cli-plugin-eslint": "4.5.8",
|
||||
"@vue/cli-plugin-pwa": "4.5.8",
|
||||
"@vue/cli-service": "4.5.8",
|
||||
"axios": "0.20.0",
|
||||
"axios": "0.21.0",
|
||||
"babel-eslint": "10.1.0",
|
||||
"core-js": "3.6.5",
|
||||
"eslint": "7.11.0",
|
||||
|
|
|
@ -3593,10 +3593,10 @@ aws4@^1.8.0:
|
|||
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
|
||||
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
|
||||
|
||||
axios@0.20.0:
|
||||
version "0.20.0"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd"
|
||||
integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==
|
||||
axios@0.21.0:
|
||||
version "0.21.0"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca"
|
||||
integrity sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==
|
||||
dependencies:
|
||||
follow-redirects "^1.10.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue