chore(deps-dev): bump @smithy/property-provider from 4.4.11 to 4.4.15 (#1903)

Bumps [@smithy/property-provider](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/property-provider) from 4.4.11 to 4.4.15.
- [Release notes](https://github.com/smithy-lang/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/property-provider/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/property-provider@4.4.15/packages/property-provider)

---
updated-dependencies:
- dependency-name: "@smithy/property-provider"
  dependency-version: 4.4.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-28 03:44:00 +00:00
committed by GitHub
parent ebff9ed752
commit 33103b67c5
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -17,7 +17,7 @@
"devDependencies": {
"@aws-sdk/credential-provider-env": "^3.972.59",
"@biomejs/biome": "2.5.4",
"@smithy/property-provider": "^4.4.11",
"@smithy/property-provider": "^4.4.15",
"@types/node": "^26.1.1",
"@vitest/coverage-v8": "4.1.10",
"aws-sdk-client-mock": "^4.1.0",
@@ -2258,9 +2258,9 @@
}
},
"node_modules/@smithy/core": {
"version": "3.29.6",
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.29.6.tgz",
"integrity": "sha512-TO3w25cdGWBeYqKNDaqH3v4O3jjMPpKwf39YlG5X5xhqWfpOWJbi5gQi1lrllukuwohdhY0TPB8jBEv6UC50Vg==",
"version": "3.31.0",
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.31.0.tgz",
"integrity": "sha512-sylYk2l9d7CmRv8ts8p0SDQUr3VO+HMeS1nrjL6+UtbO8ktJHTOeQ1McX+aAyvGGccp5aZX9eNtdcXrSwzoZaw==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.16.1",
@@ -2313,13 +2313,13 @@
}
},
"node_modules/@smithy/property-provider": {
"version": "4.4.11",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.4.11.tgz",
"integrity": "sha512-qNfkwHdSQWu60HyXsEUn5JnoksabdRl/h2WxBLw3yt8Zh/M0cwXAhsKm1rXckOm3wdqdbyvadJCnzbnejpK2Zw==",
"version": "4.4.15",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.4.15.tgz",
"integrity": "sha512-eR1idLPONCPNwMrm55oH6BZiHHurODD3HOsz6x+A3taiopCMzg1HPLqy9uJzpng2zvRxFiJmxZ+jd8Jtio+q3Q==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@smithy/core": "^3.29.6",
"@smithy/core": "^3.31.0",
"tslib": "^2.6.2"
},
"engines": {
+1 -1
View File
@@ -19,7 +19,7 @@
"devDependencies": {
"@aws-sdk/credential-provider-env": "^3.972.59",
"@biomejs/biome": "2.5.4",
"@smithy/property-provider": "^4.4.11",
"@smithy/property-provider": "^4.4.15",
"@types/node": "^26.1.1",
"@vitest/coverage-v8": "4.1.10",
"aws-sdk-client-mock": "^4.1.0",