chore: Bump @smithy/property-provider from 2.0.17 to 2.1.1 (#985)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-23 04:12:22 +00:00
committed by GitHub
parent e43a696754
commit 5a676ce81e
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"devDependencies": { "devDependencies": {
"@aws-sdk/credential-provider-env": "^3.186.0", "@aws-sdk/credential-provider-env": "^3.186.0",
"@jest/globals": "^29.7.0", "@jest/globals": "^29.7.0",
"@smithy/property-provider": "^2.0.17", "@smithy/property-provider": "^2.1.1",
"@types/jest": "^29.5.11", "@types/jest": "^29.5.11",
"@types/node": "^20", "@types/node": "^20",
"@typescript-eslint/eslint-plugin": "<=5.62.0", "@typescript-eslint/eslint-plugin": "<=5.62.0",
@@ -2137,11 +2137,11 @@
} }
}, },
"node_modules/@smithy/property-provider": { "node_modules/@smithy/property-provider": {
"version": "2.0.17", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.0.17.tgz", "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.1.1.tgz",
"integrity": "sha512-+VkeZbVu7qtQ2DjI48Qwaf9fPOr3gZIwxQpuLJgRRSkWsdSvmaTCxI3gzRFKePB63Ts9r4yjn4HkxSCSkdWmcQ==", "integrity": "sha512-FX7JhhD/o5HwSwg6GLK9zxrMUrGnb3PzNBrcthqHKBc3dH0UfgEAU24xnJ8F0uow5mj17UeBEOI6o3CF2k7Mhw==",
"dependencies": { "dependencies": {
"@smithy/types": "^2.8.0", "@smithy/types": "^2.9.1",
"tslib": "^2.5.0" "tslib": "^2.5.0"
}, },
"engines": { "engines": {

View File

@@ -14,7 +14,7 @@
}, },
"devDependencies": { "devDependencies": {
"@aws-sdk/credential-provider-env": "^3.186.0", "@aws-sdk/credential-provider-env": "^3.186.0",
"@smithy/property-provider": "^2.0.17", "@smithy/property-provider": "^2.1.1",
"@jest/globals": "^29.7.0", "@jest/globals": "^29.7.0",
"@types/jest": "^29.5.11", "@types/jest": "^29.5.11",
"@types/node": "^20", "@types/node": "^20",