Bump @smithy/config-resolver from 4.1.5 to 4.4.5

Bumps [@smithy/config-resolver](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/config-resolver) from 4.1.5 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
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-08 23:21:30 +00:00 committed by GitHub
parent 26e282a06e
commit 41d4b02504
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

73
npm-shrinkwrap.json generated
View file

@ -1684,15 +1684,16 @@
}
},
"node_modules/@smithy/config-resolver": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.1.5.tgz",
"integrity": "sha512-viuHMxBAqydkB0AfWwHIdwf/PRH2z5KHGUzqyRtS/Wv+n3IHI993Sk76VCA7dD/+GzgGOmlJDITfPcJC1nIVIw==",
"version": "4.4.5",
"resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.4.5.tgz",
"integrity": "sha512-HAGoUAFYsUkoSckuKbCPayECeMim8pOu+yLy1zOxt1sifzEbrsRpYa+mKcMdiHKMeiqOibyPG0sFJnmaV/OGEg==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/node-config-provider": "^4.1.4",
"@smithy/types": "^4.3.2",
"@smithy/util-config-provider": "^4.0.0",
"@smithy/util-middleware": "^4.0.5",
"@smithy/node-config-provider": "^4.3.7",
"@smithy/types": "^4.11.0",
"@smithy/util-config-provider": "^4.2.0",
"@smithy/util-endpoints": "^3.2.7",
"@smithy/util-middleware": "^4.2.7",
"tslib": "^2.6.2"
},
"engines": {
@ -1988,14 +1989,14 @@
}
},
"node_modules/@smithy/node-config-provider": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.1.4.tgz",
"integrity": "sha512-+UDQV/k42jLEPPHSn39l0Bmc4sB1xtdI9Gd47fzo/0PbXzJ7ylgaOByVjF5EeQIumkepnrJyfx86dPa9p47Y+w==",
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.3.7.tgz",
"integrity": "sha512-7r58wq8sdOcrwWe+klL9y3bc4GW1gnlfnFOuL7CXa7UzfhzhxKuzNdtqgzmTV+53lEp9NXh5hY/S4UgjLOzPfw==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/property-provider": "^4.0.5",
"@smithy/shared-ini-file-loader": "^4.0.5",
"@smithy/types": "^4.3.2",
"@smithy/property-provider": "^4.2.7",
"@smithy/shared-ini-file-loader": "^4.4.2",
"@smithy/types": "^4.11.0",
"tslib": "^2.6.2"
},
"engines": {
@ -2019,12 +2020,12 @@
}
},
"node_modules/@smithy/property-provider": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.0.5.tgz",
"integrity": "sha512-R/bswf59T/n9ZgfgUICAZoWYKBHcsVDurAGX88zsiUtOTA/xUAPyiT+qkNCPwFn43pZqN84M4MiUsbSGQmgFIQ==",
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.2.7.tgz",
"integrity": "sha512-jmNYKe9MGGPoSl/D7JDDs1C8b3dC8f/w78LbaVfoTtWy4xAd5dfjaFG9c9PWPihY4ggMQNQSMtzU77CNgAJwmA==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.3.2",
"@smithy/types": "^4.11.0",
"tslib": "^2.6.2"
},
"engines": {
@ -2084,12 +2085,12 @@
}
},
"node_modules/@smithy/shared-ini-file-loader": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.0.5.tgz",
"integrity": "sha512-YVVwehRDuehgoXdEL4r1tAAzdaDgaC9EQvhK0lEbfnbrd0bd5+CTQumbdPryX3J2shT7ZqQE+jPW4lmNBAB8JQ==",
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.2.tgz",
"integrity": "sha512-M7iUUff/KwfNunmrgtqBfvZSzh3bmFgv/j/t1Y1dQ+8dNo34br1cqVEqy6v0mYEgi0DkGO7Xig0AnuOaEGVlcg==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.3.2",
"@smithy/types": "^4.11.0",
"tslib": "^2.6.2"
},
"engines": {
@ -2134,9 +2135,9 @@
}
},
"node_modules/@smithy/types": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.3.2.tgz",
"integrity": "sha512-QO4zghLxiQ5W9UZmX2Lo0nta2PuE1sSrXUYDoaB6HMR762C0P7v/HEPHf6ZdglTVssJG1bsrSBxdc3quvDSihw==",
"version": "4.11.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.11.0.tgz",
"integrity": "sha512-mlrmL0DRDVe3mNrjTcVcZEgkFmufITfUAPBEA+AHYiIeYyJebso/He1qLbP3PssRe22KUzLRpQSdBPbXdgZ2VA==",
"license": "Apache-2.0",
"dependencies": {
"tslib": "^2.6.2"
@ -2211,9 +2212,9 @@
}
},
"node_modules/@smithy/util-config-provider": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.0.0.tgz",
"integrity": "sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.2.0.tgz",
"integrity": "sha512-YEjpl6XJ36FTKmD+kRJJWYvrHeUvm5ykaUS5xK+6oXffQPHeEM4/nXlZPe+Wu0lsgRUcNZiliYNh/y7q9c2y6Q==",
"license": "Apache-2.0",
"dependencies": {
"tslib": "^2.6.2"
@ -2257,13 +2258,13 @@
}
},
"node_modules/@smithy/util-endpoints": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.0.7.tgz",
"integrity": "sha512-klGBP+RpBp6V5JbrY2C/VKnHXn3d5V2YrifZbmMY8os7M6m8wdYFoO6w/fe5VkP+YVwrEktW3IWYaSQVNZJ8oQ==",
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.2.7.tgz",
"integrity": "sha512-s4ILhyAvVqhMDYREeTS68R43B1V5aenV5q/V1QpRQJkCXib5BPRo4s7uNdzGtIKxaPHCfU/8YkvPAEvTpxgspg==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/node-config-provider": "^4.1.4",
"@smithy/types": "^4.3.2",
"@smithy/node-config-provider": "^4.3.7",
"@smithy/types": "^4.11.0",
"tslib": "^2.6.2"
},
"engines": {
@ -2283,12 +2284,12 @@
}
},
"node_modules/@smithy/util-middleware": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.0.5.tgz",
"integrity": "sha512-N40PfqsZHRSsByGB81HhSo+uvMxEHT+9e255S53pfBw/wI6WKDI7Jw9oyu5tJTLwZzV5DsMha3ji8jk9dsHmQQ==",
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.7.tgz",
"integrity": "sha512-i1IkpbOae6NvIKsEeLLM9/2q4X+M90KV3oCFgWQI4q0Qz+yUZvsr+gZPdAEAtFhWQhAHpTsJO8DRJPuwVyln+w==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.3.2",
"@smithy/types": "^4.11.0",
"tslib": "^2.6.2"
},
"engines": {