diff --git a/result-builder/yarn.lock b/result-builder/yarn.lock index 70391f7959..fc430434fd 100644 --- a/result-builder/yarn.lock +++ b/result-builder/yarn.lock @@ -417,6 +417,14 @@ "@smithy/types" "^4.14.3" tslib "^2.6.2" +"@smithy/core@^3.28.0": + version "3.28.0" + resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.28.0.tgz#52d8ab71429b8b9e0f41c6c8f42143439b2191fa" + integrity sha512-N/LoLG8pZ1zv5cIWpdF6vmSjtZtXKK9G0OqT5yYCOZU+CzPq1+nYA95VoKJBGWRScs7YbMugZ7lZx8Fj1vdHoA== + dependencies: + "@smithy/types" "^4.15.0" + tslib "^2.6.2" + "@smithy/credential-provider-imds@^4.3.7": version "4.3.8" resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.3.8.tgz#d22f0ed81bac46017fa2f8f848ad89ab506892bb" @@ -443,12 +451,12 @@ tslib "^2.6.2" "@smithy/node-http-handler@^4.7.6": - version "4.7.7" - resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.7.7.tgz#cd0669141c5ee10c8b0516b652326ca4c28d643a" - integrity sha512-ZAFvHXrEk6K180EVhmZVg8GU5pUH5BSFqRs27JW3j1qEFx9YyYwWFx17x/MHcjALYimGAji7qEOlF1++be+G5A== + version "4.9.1" + resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.9.1.tgz#254ad14664885d3462a6f4f282e0ec5558cd1707" + integrity sha512-m/f15di58P6NtLQ7eVEb5N19NdJWn+4c7zfkFHMT/i3JH7U8UtknpPoy8o2tm2R3OdliYvsvQhZHIfACQDqT+Q== dependencies: - "@smithy/core" "^3.24.6" - "@smithy/types" "^4.14.3" + "@smithy/core" "^3.28.0" + "@smithy/types" "^4.15.0" tslib "^2.6.2" "@smithy/signature-v4@^5.4.6": @@ -467,6 +475,13 @@ dependencies: tslib "^2.6.2" +"@smithy/types@^4.15.0": + version "4.15.0" + resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.15.0.tgz#0346065c3e810755428df89c9a84427969931357" + integrity sha512-Z5TAOxygoFvybJV3igo5SloFflSokHx2hu1eFA+DxDTcn+FtKxUSui+rbTRG1pAafMA888Z3MVvCWUuvCrTXjg== + dependencies: + tslib "^2.6.2" + "@smithy/util-buffer-from@^2.2.0": version "2.2.0" resolved "https://registry.yarnpkg.com/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz#6fc88585165ec73f8681d426d96de5d402021e4b"