diff --git a/package.json b/package.json index d3eee0c..ffc7860 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "serverless" ], "devDependencies": { - "axios": "^1.6.3", + "axios": "^1.6.4", "babel-eslint": "^10.1.0", "chalk": "^4.1.0", "codecov": "^3.8.1", @@ -61,7 +61,7 @@ "split-ca": "^1.0.1" }, "dependencies": { - "axios": "^1.6.3", + "axios": "^1.6.4", "form-data": "^4.0.0", "fs": "^0.0.2", "https": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 74060a7..79a7b27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1631,12 +1631,12 @@ axios@^0.19.2: dependencies: follow-redirects "1.5.10" -axios@^1.6.3: - version "1.6.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.3.tgz#7f50f23b3aa246eff43c54834272346c396613f4" - integrity sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww== +axios@^1.6.4: + version "1.6.4" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.4.tgz#184ee1f63d412caffcf30d2c50982253c3ee86e0" + integrity sha512-heJnIs6N4aa1eSthhN9M5ioILu8Wi8vmQW9iHQ9NUvfkJb0lEEDUiIdQNAuBtfUt3FxReaKdpQA5DbmMOqzF/A== dependencies: - follow-redirects "^1.15.0" + follow-redirects "^1.15.4" form-data "^4.0.0" proxy-from-env "^1.1.0" @@ -3594,10 +3594,10 @@ follow-redirects@1.5.10: dependencies: debug "=3.1.0" -follow-redirects@^1.15.0: - version "1.15.3" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a" - integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q== +follow-redirects@^1.15.4: + version "1.15.4" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf" + integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw== for-in@^1.0.2: version "1.0.2"