mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
chore(deps-dev): bump @smithy/property-provider from 3.1.1 to 3.1.2 (#1097)
Bumps [@smithy/property-provider](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/property-provider) from 3.1.1 to 3.1.2. - [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.2/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:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -17,7 +17,7 @@
|
||||
"devDependencies": {
|
||||
"@aws-sdk/credential-provider-env": "^3.515.0",
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@smithy/property-provider": "^3.1.1",
|
||||
"@smithy/property-provider": "^3.1.2",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/node": "^20",
|
||||
"@typescript-eslint/eslint-plugin": "<=5.62.0",
|
||||
@@ -2477,12 +2477,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@smithy/property-provider": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-3.1.1.tgz",
|
||||
"integrity": "sha512-YknOMZcQkB5on+MU0DvbToCmT2YPtTETMXW0D3+/Iln7ezT+Zm1GMHhCW1dOH/X/+LkkQD9aXEoCX/B10s4Xdw==",
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-3.1.2.tgz",
|
||||
"integrity": "sha512-Hzp32BpeFFexBpO1z+ts8okbq/VLzJBadxanJAo/Wf2CmvXMBp6Q/TLWr7Js6IbMEcr0pDZ02V3u1XZkuQUJaA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@smithy/types": "^3.1.0",
|
||||
"@smithy/types": "^3.2.0",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"engines": {
|
||||
@@ -2490,9 +2490,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@smithy/property-provider/node_modules/@smithy/types": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.1.0.tgz",
|
||||
"integrity": "sha512-qi4SeCVOUPjhSSZrxxB/mB8DrmuSFUcJnD9KXjuP+7C3LV/KFV4kpuUSH3OHDZgQB9TEH/1sO/Fq/5HyaK9MPw==",
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.2.0.tgz",
|
||||
"integrity": "sha512-cKyeKAPazZRVqm7QPvcPD2jEIt2wqDPAL1KJKb0f/5I7uhollvsWZuZKLclmyP6a+Jwmr3OV3t+X0pZUUHS9BA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"tslib": "^2.6.2"
|
||||
|
||||
Reference in New Issue
Block a user