chore: Bump @smithy/property-provider from 2.0.14 to 2.0.15 (#931)

Bumps [@smithy/property-provider](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/property-provider) from 2.0.14 to 2.0.15.
- [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.0.15/packages/property-provider)

---
updated-dependencies:
- dependency-name: "@smithy/property-provider"
  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]
2023-11-28 03:12:08 +00:00
committed by GitHub
parent b7c230fa4e
commit 8a62607f2e
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"devDependencies": {
"@aws-sdk/credential-provider-env": "^3.186.0",
"@jest/globals": "^29.7.0",
"@smithy/property-provider": "^2.0.14",
"@smithy/property-provider": "^2.0.15",
"@types/jest": "^29.5.9",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "<=5.62.0",
@@ -2163,11 +2163,11 @@
}
},
"node_modules/@smithy/property-provider": {
"version": "2.0.14",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.0.14.tgz",
"integrity": "sha512-k3D2qp9o6imTrLaXRj6GdLYEJr1sXqS99nLhzq8fYmJjSVOeMg/G+1KVAAc7Oxpu71rlZ2f8SSZxcSxkevuR0A==",
"version": "2.0.15",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.0.15.tgz",
"integrity": "sha512-YbRFBn8oiiC3o1Kn3a4KjGa6k47rCM9++5W9cWqYn9WnkyH+hBWgfJAckuxpyA2Hq6Ys4eFrWzXq6fqHEw7iew==",
"dependencies": {
"@smithy/types": "^2.5.0",
"@smithy/types": "^2.6.0",
"tslib": "^2.5.0"
},
"engines": {
@@ -2267,9 +2267,9 @@
}
},
"node_modules/@smithy/types": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.5.0.tgz",
"integrity": "sha512-/a31lYofrMBkJb3BuPlYJTMKDj0hUmKUP6JFZQu6YVuQVoAjubiY0A52U9S0Uysd33n/djexCUSNJ+G9bf3/aA==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.6.0.tgz",
"integrity": "sha512-PgqxJq2IcdMF9iAasxcqZqqoOXBHufEfmbEUdN1pmJrJltT42b0Sc8UiYSWWzKkciIp9/mZDpzYi4qYG1qqg6g==",
"dependencies": {
"tslib": "^2.5.0"
},
@@ -12715,11 +12715,11 @@
}
},
"@smithy/property-provider": {
"version": "2.0.14",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.0.14.tgz",
"integrity": "sha512-k3D2qp9o6imTrLaXRj6GdLYEJr1sXqS99nLhzq8fYmJjSVOeMg/G+1KVAAc7Oxpu71rlZ2f8SSZxcSxkevuR0A==",
"version": "2.0.15",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.0.15.tgz",
"integrity": "sha512-YbRFBn8oiiC3o1Kn3a4KjGa6k47rCM9++5W9cWqYn9WnkyH+hBWgfJAckuxpyA2Hq6Ys4eFrWzXq6fqHEw7iew==",
"requires": {
"@smithy/types": "^2.5.0",
"@smithy/types": "^2.6.0",
"tslib": "^2.5.0"
}
},
@@ -12795,9 +12795,9 @@
}
},
"@smithy/types": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.5.0.tgz",
"integrity": "sha512-/a31lYofrMBkJb3BuPlYJTMKDj0hUmKUP6JFZQu6YVuQVoAjubiY0A52U9S0Uysd33n/djexCUSNJ+G9bf3/aA==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.6.0.tgz",
"integrity": "sha512-PgqxJq2IcdMF9iAasxcqZqqoOXBHufEfmbEUdN1pmJrJltT42b0Sc8UiYSWWzKkciIp9/mZDpzYi4qYG1qqg6g==",
"requires": {
"tslib": "^2.5.0"
}