chore(deps-dev): bump @smithy/property-provider from 3.1.7 to 3.1.8 (#1186)

Bumps [@smithy/property-provider](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/property-provider) from 3.1.7 to 3.1.8.
- [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@3.1.8/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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-22 03:36:17 +00:00
committed by GitHub
parent 3610e7477c
commit b06d1612cc
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -17,7 +17,7 @@
"devDependencies": {
"@aws-sdk/credential-provider-env": "^3.515.0",
"@jest/globals": "^29.7.0",
"@smithy/property-provider": "^3.1.7",
"@smithy/property-provider": "^3.1.8",
"@types/jest": "^29.5.13",
"@types/node": "^22",
"@typescript-eslint/eslint-plugin": "<=5.62.0",
@@ -2519,12 +2519,12 @@
}
},
"node_modules/@smithy/property-provider": {
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-3.1.7.tgz",
"integrity": "sha512-QfzLi1GPMisY7bAM5hOUqBdGYnY5S2JAlr201pghksrQv139f8iiiMalXtjczIP5f6owxFn3MINLNUNvUkgtPw==",
"version": "3.1.8",
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-3.1.8.tgz",
"integrity": "sha512-ukNUyo6rHmusG64lmkjFeXemwYuKge1BJ8CtpVKmrxQxc6rhUX0vebcptFA9MmrGsnLhwnnqeH83VTU9hwOpjA==",
"dev": true,
"dependencies": {
"@smithy/types": "^3.5.0",
"@smithy/types": "^3.6.0",
"tslib": "^2.6.2"
},
"engines": {
@@ -2532,9 +2532,9 @@
}
},
"node_modules/@smithy/property-provider/node_modules/@smithy/types": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.5.0.tgz",
"integrity": "sha512-QN0twHNfe8mNJdH9unwsCK13GURU7oEAZqkBI+rsvpv1jrmserO+WnLE7jidR9W/1dxwZ0u/CB01mV2Gms/K2Q==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
"dev": true,
"dependencies": {
"tslib": "^2.6.2"
+1 -1
View File
@@ -14,7 +14,7 @@
},
"devDependencies": {
"@aws-sdk/credential-provider-env": "^3.515.0",
"@smithy/property-provider": "^3.1.7",
"@smithy/property-provider": "^3.1.8",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.13",
"@types/node": "^22",