chore(deps-dev): bump @smithy/property-provider from 4.2.12 to 4.2.13 (#1724)

Bumps [@smithy/property-provider](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/property-provider) from 4.2.12 to 4.2.13.
- [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.13/packages/property-provider)

---
updated-dependencies:
- dependency-name: "@smithy/property-provider"
  dependency-version: 4.2.13
  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-04-07 03:48:40 +00:00
committed by GitHub
parent 870695bc36
commit 7945953394
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.24",
"@biomejs/biome": "2.4.10",
"@smithy/property-provider": "^4.2.11",
"@smithy/property-provider": "^4.2.13",
"@types/node": "^25.5.2",
"@vitest/coverage-v8": "^3.2.4",
"aws-sdk-client-mock": "^4.1.0",
@@ -3213,12 +3213,12 @@
}
},
"node_modules/@smithy/property-provider": {
"version": "4.2.12",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.2.12.tgz",
"integrity": "sha512-jqve46eYU1v7pZ5BM+fmkbq3DerkSluPr5EhvOcHxygxzD05ByDRppRwRPPpFrsFo5yDtCYLKu+kreHKVrvc7A==",
"version": "4.2.13",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.2.13.tgz",
"integrity": "sha512-bGzUCthxRmezuxkbu9wD33wWg9KX3hJpCXpQ93vVkPrHn9ZW6KNNdY5xAUWNuRCwQ+VyboFuWirG1lZhhkcyRQ==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/types": "^4.13.1",
"@smithy/types": "^4.14.0",
"tslib": "^2.6.2"
},
"engines": {
@@ -3328,9 +3328,9 @@
}
},
"node_modules/@smithy/types": {
"version": "4.13.1",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.13.1.tgz",
"integrity": "sha512-787F3yzE2UiJIQ+wYW1CVg2odHjmaWLGksnKQHUrK/lYZSEcy1msuLVvxaR/sI2/aDe9U+TBuLsXnr3vod1g0g==",
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.0.tgz",
"integrity": "sha512-OWgntFLW88kx2qvf/c/67Vno1yuXm/f9M7QFAtVkkO29IJXGBIg0ycEaBTH0kvCtwmvZxRujrgP5a86RvsXJAQ==",
"license": "Apache-2.0",
"dependencies": {
"tslib": "^2.6.2"
+1 -1
View File
@@ -19,7 +19,7 @@
"devDependencies": {
"@aws-sdk/credential-provider-env": "^3.972.24",
"@biomejs/biome": "2.4.10",
"@smithy/property-provider": "^4.2.11",
"@smithy/property-provider": "^4.2.13",
"@types/node": "^25.5.2",
"@vitest/coverage-v8": "^3.2.4",
"aws-sdk-client-mock": "^4.1.0",