chore(deps-dev): bump @smithy/property-provider from 4.2.4 to 4.2.5 (#1550)

Bumps [@smithy/property-provider](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/property-provider) from 4.2.4 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/property-provider/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/property-provider@4.2.5/packages/property-provider)

---
updated-dependencies:
- dependency-name: "@smithy/property-provider"
  dependency-version: 4.2.5
  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]
2025-11-11 03:07:31 +00:00
committed by kellertk
parent 240d5c0842
commit b700559a4e
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"devDependencies": {
"@aws-sdk/credential-provider-env": "^3.928.0",
"@biomejs/biome": "2.3.4",
"@smithy/property-provider": "^4.0.3",
"@smithy/property-provider": "^4.2.5",
"@types/node": "^24.10.0",
"@vercel/ncc": "^0.38.4",
"@vitest/coverage-v8": "^3.2.4",
@@ -2289,12 +2289,12 @@
}
},
"node_modules/@smithy/property-provider": {
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.2.4.tgz",
"integrity": "sha512-g2DHo08IhxV5GdY3Cpt/jr0mkTlAD39EJKN27Jb5N8Fb5qt8KG39wVKTXiTRCmHHou7lbXR8nKVU14/aRUf86w==",
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.2.5.tgz",
"integrity": "sha512-8iLN1XSE1rl4MuxvQ+5OSk/Zb5El7NJZ1td6Tn+8dQQHIjp59Lwl6bd0+nzw6SKm2wSSriH2v/I9LPzUic7EOg==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.8.1",
"@smithy/types": "^4.9.0",
"tslib": "^2.6.2"
},
"engines": {

View File

@@ -18,7 +18,7 @@
"devDependencies": {
"@aws-sdk/credential-provider-env": "^3.928.0",
"@biomejs/biome": "2.3.4",
"@smithy/property-provider": "^4.0.3",
"@smithy/property-provider": "^4.2.5",
"@types/node": "^24.10.0",
"@vercel/ncc": "^0.38.4",
"@vitest/coverage-v8": "^3.2.4",