diff --git a/package.json b/package.json index 3f5a437..7ca910c 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,8 @@ "@cumulus/**/xml2js": "^0.6.0", "got/**/http-cache-semantics": "^4.1.1", "nyc/**/json5": "^2.2.2", - "@cumulus/**/follow-redirects": "^1.15.6" + "@cumulus/**/follow-redirects": "^1.15.6", + "@cumulus/**/axios": "^1.7.4" }, "files": [ "build/main", diff --git a/yarn.lock b/yarn.lock index e15b7ba..201ddf7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3612,12 +3612,12 @@ aws-sdk@^2.1492.0: uuid "8.0.0" xml2js "0.6.2" -axios@^1.6.0: - version "1.6.5" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8" - integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg== +axios@^1.6.0, axios@^1.7.4: + version "1.7.9" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a" + integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw== dependencies: - follow-redirects "^1.15.4" + follow-redirects "^1.15.6" form-data "^4.0.0" proxy-from-env "^1.1.0" @@ -5203,7 +5203,7 @@ flatted@^3.2.9: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf" integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ== -follow-redirects@^1.15.4, follow-redirects@^1.15.6, follow-redirects@^1.2.4: +follow-redirects@^1.15.6, follow-redirects@^1.2.4: version "1.15.9" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1" integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==