From b51796ff08d983630089f729211444f8f2363adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 09:30:17 +0000 Subject: [PATCH] fix(deps): bump @smithy/node-http-handler from 4.7.4 to 4.7.5 Bumps [@smithy/node-http-handler](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/node-http-handler) from 4.7.4 to 4.7.5. - [Release notes](https://github.com/smithy-lang/smithy-typescript/releases) - [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/node-http-handler/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/node-http-handler@4.7.5/packages/node-http-handler) --- updated-dependencies: - dependency-name: "@smithy/node-http-handler" dependency-version: 4.7.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index f5013e03..52b60d76 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@salesforce/plugin-trust": "^3.7.89", "@salesforce/sf-plugins-core": "^12.2.10", "@salesforce/ts-types": "^2.0.10", - "@smithy/node-http-handler": "^4.7.4", + "@smithy/node-http-handler": "^4.7.5", "@smithy/types": "^4.11.0", "chalk": "^5.6.0", "commit-and-tag-version": "^12.7.3", diff --git a/yarn.lock b/yarn.lock index d0e6d336..4992084d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2234,10 +2234,10 @@ "@smithy/util-middleware" "^4.2.14" tslib "^2.6.2" -"@smithy/core@^3.23.11", "@smithy/core@^3.23.12", "@smithy/core@^3.23.15", "@smithy/core@^3.24.3", "@smithy/core@^3.24.4": - version "3.24.4" - resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.24.4.tgz#aded2ba46962b5cceaaa75f646433ac4813c2e17" - integrity sha512-3UNRKEyQyAgVgM0LGlerCLm+ChZWZ1GPfde+jBEW6bm6bSBGU1p0EbblaUV3unbhwvidjLA5Zs3sOs7mnZwvAw== +"@smithy/core@^3.23.11", "@smithy/core@^3.23.12", "@smithy/core@^3.23.15", "@smithy/core@^3.24.3", "@smithy/core@^3.24.4", "@smithy/core@^3.24.5": + version "3.24.5" + resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.24.5.tgz#396ca5662afc6d83a8f41b7e492e427c48a0924e" + integrity sha512-Kt8phUg45M15EjhYAbZ+fFikYneijLu9Liugz8ZsYz2i8j0hzGv27LWKpEHYRfvj+LyCOSijpcR/2i8RouV+cA== dependencies: "@aws-crypto/crc32" "5.2.0" "@smithy/types" "^4.14.2" @@ -2444,12 +2444,12 @@ "@smithy/types" "^4.14.1" tslib "^2.6.2" -"@smithy/node-http-handler@^4.4.16", "@smithy/node-http-handler@^4.5.0", "@smithy/node-http-handler@^4.5.3", "@smithy/node-http-handler@^4.7.3", "@smithy/node-http-handler@^4.7.4": - version "4.7.4" - resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.7.4.tgz#dfa9634130841cbb0a780c8b4a3ea7ec1c904f0c" - integrity sha512-HIeF+1vrDGzPkkv39Hj2vlHSXHY3p958jd/8ZnePIY6+ZOsQX8coyEUKO5yQu4r0bQIVsbpotVIrXXwyycMStQ== +"@smithy/node-http-handler@^4.4.16", "@smithy/node-http-handler@^4.5.0", "@smithy/node-http-handler@^4.5.3", "@smithy/node-http-handler@^4.7.3", "@smithy/node-http-handler@^4.7.5": + version "4.7.5" + resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.7.5.tgz#1fdb6ba04beababb54f20bfc1f74a34370fbdf51" + integrity sha512-3dA9TQ+ybRSZ/m0wnbZhiBy4Dezjgq1Ib/ZZrYTpJDBgpoLLU/SDzZc/g0x0MNAdOJe1wPcM+x2PBRmoOur+Sw== dependencies: - "@smithy/core" "^3.24.4" + "@smithy/core" "^3.24.5" "@smithy/types" "^4.14.2" tslib "^2.6.2"