diff --git a/web/package.json b/web/package.json index 3ad696b4..48dfddb5 100644 --- a/web/package.json +++ b/web/package.json @@ -20,7 +20,7 @@ "@types/react-dom": "^16.9.8", "@types/react-ga": "^2.3.0", "@types/react-router-dom": "^5.1.6", - "axios": "^0.20.0", + "axios": "^0.21.0", "babel-preset-react-app": "^9.1.1", "chai": "^4.2.0", "classnames": "^2.2.6", diff --git a/web/yarn.lock b/web/yarn.lock index 59266017..bb0fd159 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -2374,10 +2374,10 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2" integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA== -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"