From e7a62c16fa3f0a5e30af17e7c3f925bd398d6e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 23:29:01 +0000 Subject: [PATCH] chore(deps): bump @smithy/config-resolver Bumps the npm_and_yarn group with 1 update in the / directory: [@smithy/config-resolver](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/config-resolver). Updates `@smithy/config-resolver` from 4.3.1 to 4.4.5 - [Release notes](https://github.com/smithy-lang/smithy-typescript/releases) - [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/config-resolver/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/config-resolver@4.4.5/packages/config-resolver) --- updated-dependencies: - dependency-name: "@smithy/config-resolver" dependency-version: 4.4.5 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- yarn.lock | 63 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index d98c554d..27d1e902 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2203,14 +2203,15 @@ tslib "^2.6.2" "@smithy/config-resolver@^4.3.0", "@smithy/config-resolver@^4.3.1": - version "4.3.1" - resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.3.1.tgz#f1a0ed6faa52377909440002e1632be9fc901840" - integrity sha512-tWDwrWy37CDVGeaP8AIGZPFL2RoFtmd5Y+nTzLw5qroXNedT2S66EY2d+XzB1zxulCd6nfDXnAQu4auq90aj5Q== + version "4.4.5" + resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.4.5.tgz#35e792b6db00887bdd029df9b41780ca005d064b" + integrity sha512-HAGoUAFYsUkoSckuKbCPayECeMim8pOu+yLy1zOxt1sifzEbrsRpYa+mKcMdiHKMeiqOibyPG0sFJnmaV/OGEg== dependencies: - "@smithy/node-config-provider" "^4.3.1" - "@smithy/types" "^4.7.0" + "@smithy/node-config-provider" "^4.3.7" + "@smithy/types" "^4.11.0" "@smithy/util-config-provider" "^4.2.0" - "@smithy/util-middleware" "^4.2.1" + "@smithy/util-endpoints" "^3.2.7" + "@smithy/util-middleware" "^4.2.7" tslib "^2.6.2" "@smithy/core@^3.15.0", "@smithy/core@^3.16.0": @@ -2421,6 +2422,16 @@ "@smithy/types" "^4.7.0" tslib "^2.6.2" +"@smithy/node-config-provider@^4.3.7": + version "4.3.7" + resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.3.7.tgz#c023fa857b008c314f621fb5b124724c157b2fd3" + integrity sha512-7r58wq8sdOcrwWe+klL9y3bc4GW1gnlfnFOuL7CXa7UzfhzhxKuzNdtqgzmTV+53lEp9NXh5hY/S4UgjLOzPfw== + dependencies: + "@smithy/property-provider" "^4.2.7" + "@smithy/shared-ini-file-loader" "^4.4.2" + "@smithy/types" "^4.11.0" + tslib "^2.6.2" + "@smithy/node-http-handler@^4.3.0", "@smithy/node-http-handler@^4.4.0": version "4.4.0" resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.4.0.tgz#e1f6ae4a90cd7257699263bf8e06e653ff0e5f83" @@ -2440,6 +2451,14 @@ "@smithy/types" "^4.7.0" tslib "^2.6.2" +"@smithy/property-provider@^4.2.7": + version "4.2.7" + resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-4.2.7.tgz#cd0044e13495cf4064b3a6ed3299e5f549ba7513" + integrity sha512-jmNYKe9MGGPoSl/D7JDDs1C8b3dC8f/w78LbaVfoTtWy4xAd5dfjaFG9c9PWPihY4ggMQNQSMtzU77CNgAJwmA== + dependencies: + "@smithy/types" "^4.11.0" + tslib "^2.6.2" + "@smithy/protocol-http@^5.3.0", "@smithy/protocol-http@^5.3.1": version "5.3.1" resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.1.tgz#add01f73290f1e8fd49d7102b63e3fe53a5e6e18" @@ -2480,6 +2499,14 @@ "@smithy/types" "^4.7.0" tslib "^2.6.2" +"@smithy/shared-ini-file-loader@^4.4.2": + version "4.4.2" + resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.2.tgz#8fa1b459de485b11185fe8c64182e3205a280ba9" + integrity sha512-M7iUUff/KwfNunmrgtqBfvZSzh3bmFgv/j/t1Y1dQ+8dNo34br1cqVEqy6v0mYEgi0DkGO7Xig0AnuOaEGVlcg== + dependencies: + "@smithy/types" "^4.11.0" + tslib "^2.6.2" + "@smithy/signature-v4@^5.3.0": version "5.3.1" resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.3.1.tgz#c3d711c29d37f3db4daf51750eea75204c4f51d4" @@ -2507,6 +2534,13 @@ "@smithy/util-stream" "^4.5.1" tslib "^2.6.2" +"@smithy/types@^4.11.0": + version "4.11.0" + resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.11.0.tgz#c02f6184dcb47c4f0b387a32a7eca47956cc09f1" + integrity sha512-mlrmL0DRDVe3mNrjTcVcZEgkFmufITfUAPBEA+AHYiIeYyJebso/He1qLbP3PssRe22KUzLRpQSdBPbXdgZ2VA== + dependencies: + tslib "^2.6.2" + "@smithy/types@^4.6.0", "@smithy/types@^4.7.0": version "4.7.0" resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.7.0.tgz#42d707276d9184aef705f04e04615cd1979d044f" @@ -2601,6 +2635,15 @@ "@smithy/types" "^4.7.0" tslib "^2.6.2" +"@smithy/util-endpoints@^3.2.7": + version "3.2.7" + resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-3.2.7.tgz#78cd5dd4aac8d9977f49d256d1e3418a09cade72" + integrity sha512-s4ILhyAvVqhMDYREeTS68R43B1V5aenV5q/V1QpRQJkCXib5BPRo4s7uNdzGtIKxaPHCfU/8YkvPAEvTpxgspg== + dependencies: + "@smithy/node-config-provider" "^4.3.7" + "@smithy/types" "^4.11.0" + tslib "^2.6.2" + "@smithy/util-hex-encoding@^4.2.0": version "4.2.0" resolved "https://registry.yarnpkg.com/@smithy/util-hex-encoding/-/util-hex-encoding-4.2.0.tgz#1c22ea3d1e2c3a81ff81c0a4f9c056a175068a7b" @@ -2616,6 +2659,14 @@ "@smithy/types" "^4.7.0" tslib "^2.6.2" +"@smithy/util-middleware@^4.2.7": + version "4.2.7" + resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.2.7.tgz#1cae2c4fd0389ac858d29f7170c33b4443e83524" + integrity sha512-i1IkpbOae6NvIKsEeLLM9/2q4X+M90KV3oCFgWQI4q0Qz+yUZvsr+gZPdAEAtFhWQhAHpTsJO8DRJPuwVyln+w== + dependencies: + "@smithy/types" "^4.11.0" + tslib "^2.6.2" + "@smithy/util-retry@^4.2.0", "@smithy/util-retry@^4.2.1": version "4.2.1" resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.2.1.tgz#8336368586a458cdce86fc92d6fb11fd1db41521"