diff --git a/result-builder/yarn.lock b/result-builder/yarn.lock index 70391f7959..209457ac16 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" @@ -427,12 +435,12 @@ tslib "^2.6.2" "@smithy/fetch-http-handler@^5.4.6": - version "5.4.6" - resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.4.6.tgz#745cdf8b6c333632672f8f48360bde04b8955b47" - integrity sha512-FEwEYJ1jlBKdhe9TPzfghEi1bP55ZeEImlDkEa62bBBYzUcnB6RUCyuiS2mqKt6ZVjUbBgcNhzfIctH+Hevx9g== + version "5.6.1" + resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.6.1.tgz#6946326ed0a66866e007a02366967a64b704eb57" + integrity sha512-fW6l9rWoyk1iyzfuZaERnZLNjB6WIojgGm6Bo9Hpfpy3RUpltjLikNlxTsS/YtxVobcfbCGBuAncREYqT4hvqQ== 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/is-array-buffer@^2.2.0": @@ -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"