diff --git a/package.json b/package.json index 155c3597..48355fab 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "private": false, "dependencies": { "awesome-debounce-promise": "2.1.0", - "axios": "0.19.0", + "axios": "0.21.1", "axios-cache-adapter": "2.4.1", "base-64": "0.1.0", "jszip": "^3.5.0", diff --git a/yarn.lock b/yarn.lock index 70f59969..84ec596d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3417,13 +3417,12 @@ axios@0.18.1: follow-redirects "1.5.10" is-buffer "^2.0.2" -axios@0.19.0: - version "0.19.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8" - integrity sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ== +axios@0.21.1: + version "0.21.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" + integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA== dependencies: - follow-redirects "1.5.10" - is-buffer "^2.0.2" + follow-redirects "^1.10.0" axobject-query@^2.0.2: version "2.2.0" @@ -7562,7 +7561,7 @@ follow-redirects@1.5.10: dependencies: debug "=3.1.0" -follow-redirects@^1.0.0: +follow-redirects@^1.0.0, follow-redirects@^1.10.0: version "1.13.3" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.3.tgz#e5598ad50174c1bc4e872301e82ac2cd97f90267" integrity sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==