Update axios

This commit is contained in:
Jannis Mattheis 2021-04-16 18:15:06 +02:00
parent 36c0c467ec
commit fd691e47c0
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"@material-ui/core": "^4.11.0", "@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1", "@material-ui/icons": "^4.9.1",
"axios": "^0.20.0", "axios": "^0.21.1",
"codemirror": "^5.57.0", "codemirror": "^5.57.0",
"detect-browser": "^5.1.1", "detect-browser": "^5.1.1",
"js-base64": "^3.4.5", "js-base64": "^3.4.5",

View File

@ -3109,10 +3109,10 @@ axios@^0.19.2:
dependencies: dependencies:
follow-redirects "1.5.10" follow-redirects "1.5.10"
axios@^0.20.0: axios@^0.21.1:
version "0.20.0" version "0.21.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd" resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA== integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
dependencies: dependencies:
follow-redirects "^1.10.0" follow-redirects "^1.10.0"