Update dependency axios to ^0.21.0

This commit is contained in:
Renovate Bot 2020-10-23 17:58:58 +00:00
parent 2104739f2c
commit a034f7c913
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 5 additions and 5 deletions

View file

@ -48,7 +48,7 @@
"@popperjs/core": "^2.4.4",
"array-includes": "^3.0.3",
"autoprefixer": "^10.0.0",
"axios": "^0.20.0",
"axios": "^0.21.0",
"babel-loader": "^8.0.5",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-preval": "^5.0.0",

View file

@ -2573,10 +2573,10 @@ axios-mock-adapter@^1.18.1:
fast-deep-equal "^3.1.1"
is-buffer "^2.0.3"
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"