diff --git a/universal_login/package.json b/universal_login/package.json index b6ed93b8..5310c690 100644 --- a/universal_login/package.json +++ b/universal_login/package.json @@ -15,6 +15,6 @@ }, "license": "MIT", "dependencies": { - "axios": "^0.32.0" + "axios": "^0.33.0" } } diff --git a/universal_login/yarn.lock b/universal_login/yarn.lock index 9e626c01..d35918e0 100644 --- a/universal_login/yarn.lock +++ b/universal_login/yarn.lock @@ -74,10 +74,10 @@ aws-sdk@^2.956.0: uuid "3.3.2" xml2js "0.4.19" -axios@^0.32.0: - version "0.32.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.32.0.tgz#7859220c955272a72df8c0789ebd1219aba6d1d9" - integrity sha512-sGQArzERW2SI8IRkjuJ5y91Sm9QjiRq4Ay4kOLqpbBt5CeKDNq4g6nirJdyD+palK3yEDXnJiVXsesX66AjwyA== +axios@^0.33.0: + version "0.33.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.33.0.tgz#91fc5e231db5b81ab6474c0a945a603c55601f6e" + integrity sha512-juz19g7B3UWT9r3+tgRFQf2Bdy6IKDVroiyuVOUrkILVKHpqHL++K1l8ybvfdEP9B/VE72vk8vllbnedVCm/og== dependencies: follow-redirects "^1.15.4" form-data "^4.0.4"