From b239b60e484d4d1cb7a53c74daf8c8a3b4809b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:53:48 +0000 Subject: [PATCH] Bump @smithy/middleware-retry from 4.4.14 to 4.7.4 in /s3-uploader Bumps [@smithy/middleware-retry](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/middleware-retry) from 4.4.14 to 4.7.4. - [Release notes](https://github.com/smithy-lang/smithy-typescript/releases) - [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/middleware-retry/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/middleware-retry@4.7.4/packages/middleware-retry) --- updated-dependencies: - dependency-name: "@smithy/middleware-retry" dependency-version: 4.7.4 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- s3-uploader/yarn.lock | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/s3-uploader/yarn.lock b/s3-uploader/yarn.lock index f846218529..06d4dc94ed 100644 --- a/s3-uploader/yarn.lock +++ b/s3-uploader/yarn.lock @@ -634,6 +634,14 @@ "@smithy/uuid" "^1.1.0" 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.2.5": version "4.2.5" resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.2.5.tgz#5acbcd1d02ae31700c2f027090c202d7315d70d3" @@ -785,18 +793,11 @@ tslib "^2.6.2" "@smithy/middleware-retry@^4.4.14": - version "4.4.14" - resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.4.14.tgz#92e503946314278614f608537d77a04db6d7b810" - integrity sha512-Z2DG8Ej7FyWG1UA+7HceINtSLzswUgs2np3sZX0YBBxCt+CXG4QUxv88ZDS3+2/1ldW7LqtSY1UO/6VQ1pND8Q== + version "4.7.4" + resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.7.4.tgz#fc7316c47e24c9078d6ff1411a5e1e2cae3ae6ca" + integrity sha512-Jbbo33twh9+NRIzLnm5zrq4myuvdxY5l4QQ2gFeTiwD08SEc/0Ee5+qhubcUGilkxiJ1+0wvHzYDf+shZzFt2Q== dependencies: - "@smithy/node-config-provider" "^4.3.5" - "@smithy/protocol-http" "^5.3.5" - "@smithy/service-error-classification" "^4.2.5" - "@smithy/smithy-client" "^4.9.10" - "@smithy/types" "^4.9.0" - "@smithy/util-middleware" "^4.2.5" - "@smithy/util-retry" "^4.2.5" - "@smithy/uuid" "^1.1.0" + "@smithy/core" "^3.28.0" tslib "^2.6.2" "@smithy/middleware-serde@^4.2.6": @@ -926,6 +927,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/types@^4.9.0": version "4.9.0" resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.9.0.tgz#c6636ddfa142e1ddcb6e4cf5f3e1a628d420486f"