From 3a26cafb2622f05a43549dc830d75910fc57a7a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 03:03:54 +0000 Subject: [PATCH] Bump @smithy/middleware-stack from 4.0.2 to 4.2.5 in /s3-uploader Bumps [@smithy/middleware-stack](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/middleware-stack) from 4.0.2 to 4.2.5. - [Release notes](https://github.com/smithy-lang/smithy-typescript/releases) - [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/middleware-stack/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/middleware-stack@4.2.5/packages/middleware-stack) --- updated-dependencies: - dependency-name: "@smithy/middleware-stack" dependency-version: 4.2.5 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- s3-uploader/yarn.lock | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/s3-uploader/yarn.lock b/s3-uploader/yarn.lock index 686d76a656..4249670237 100644 --- a/s3-uploader/yarn.lock +++ b/s3-uploader/yarn.lock @@ -832,11 +832,11 @@ tslib "^2.6.2" "@smithy/middleware-stack@^4.0.2": - version "4.0.2" - resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-4.0.2.tgz#ca7bc3eedc7c1349e2cf94e0dc92a68d681bef18" - integrity sha512-eSPVcuJJGVYrFYu2hEq8g8WWdJav3sdrI4o2c6z/rjnYDd3xH9j9E7deZQCzFn4QvGPouLngH3dQ+QVTxv5bOQ== + version "4.2.5" + resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-4.2.5.tgz#2d13415ed3561c882594c8e6340b801d9a2eb222" + integrity sha512-bYrutc+neOyWxtZdbB2USbQttZN0mXaOyYLIsaTbJhFsfpXyGWUxJpEuO1rJ8IIJm2qH4+xJT0mxUSsEDTYwdQ== dependencies: - "@smithy/types" "^4.2.0" + "@smithy/types" "^4.9.0" tslib "^2.6.2" "@smithy/node-config-provider@^4.0.2": @@ -1033,6 +1033,13 @@ 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" + integrity sha512-MvUbdnXDTwykR8cB1WZvNNwqoWVaTRA0RLlLmf/cIFNMM2cKWz01X4Ly6SMC4Kks30r8tT3Cty0jmeWfiuyHTA== + dependencies: + tslib "^2.6.2" + "@smithy/url-parser@^4.0.2", "@smithy/url-parser@^4.2.0": version "4.2.3" resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.2.3.tgz#82508f273a3f074d47d0919f7ce08028c6575c2f"