Skip to content

Commit

Permalink
chore(deps): bump shared-ini-file-loader to include os.homedir() cach…
Browse files Browse the repository at this point in the history
…e fix (#5161)
  • Loading branch information
trivikr authored Sep 1, 2023
1 parent 1b39f5c commit 736212e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/credential-provider-ini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/types": "*",
"@smithy/credential-provider-imds": "^2.0.0",
"@smithy/property-provider": "^2.0.0",
"@smithy/shared-ini-file-loader": "^2.0.0",
"@smithy/shared-ini-file-loader": "^2.0.6",
"@smithy/types": "^2.2.2",
"tslib": "^2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@aws-sdk/types": "*",
"@smithy/credential-provider-imds": "^2.0.0",
"@smithy/property-provider": "^2.0.0",
"@smithy/shared-ini-file-loader": "^2.0.0",
"@smithy/shared-ini-file-loader": "^2.0.6",
"@smithy/types": "^2.2.2",
"tslib": "^2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@aws-sdk/types": "*",
"@smithy/property-provider": "^2.0.0",
"@smithy/shared-ini-file-loader": "^2.0.0",
"@smithy/shared-ini-file-loader": "^2.0.6",
"@smithy/types": "^2.2.2",
"tslib": "^2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-sso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@aws-sdk/token-providers": "*",
"@aws-sdk/types": "*",
"@smithy/property-provider": "^2.0.0",
"@smithy/shared-ini-file-loader": "^2.0.0",
"@smithy/shared-ini-file-loader": "^2.0.6",
"@smithy/types": "^2.2.2",
"tslib": "^2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/token-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@smithy/node-http-handler": "^2.0.5",
"@smithy/property-provider": "^2.0.0",
"@smithy/protocol-http": "^2.0.5",
"@smithy/shared-ini-file-loader": "^2.0.0",
"@smithy/shared-ini-file-loader": "^2.0.6",
"@smithy/smithy-client": "^2.0.5",
"@smithy/types": "^2.2.2",
"@smithy/url-parser": "^2.0.5",
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,7 @@
resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-2.0.0.tgz#bbce07c9c529d9333d40db881fd4a1795dd84892"
integrity sha512-2z5Nafy1O0cTf69wKyNjGW/sNVMiqDnb4jgwfMG8ye8KnFJ5qmJpDccwIbJNhXIfbsxTg9SEec2oe1cexhMJvw==

"@smithy/shared-ini-file-loader@^2.0.0", "@smithy/shared-ini-file-loader@^2.0.1":
"@smithy/shared-ini-file-loader@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.0.1.tgz#47278552cf9462e731077da2f66a32d21b775e15"
integrity sha512-a463YiZrPGvM+F336rIF8pLfQsHAdCRAn/BiI/EWzg5xLoxbC7GSxIgliDDXrOu0z8gT3nhVsif85eU6jyct3A==
Expand All @@ -2771,6 +2771,14 @@
"@smithy/types" "^2.2.2"
tslib "^2.5.0"

"@smithy/shared-ini-file-loader@^2.0.6":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.0.6.tgz#95dbc455e56a261ffe0b32bb3e640292b2f31798"
integrity sha512-NO6dHqho6APbVR0DxPtYoL4KXBqUeSM3Slsd103MOgL50YbzzsQmMLtDMZ87W8MlvvCN0tuiq+OrAO/rM7hTQg==
dependencies:
"@smithy/types" "^2.2.2"
tslib "^2.5.0"

"@smithy/signature-v4@^2.0.0":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.0.1.tgz#1f9e72930def3c25a3918ee7b562044fecbdaef4"
Expand Down

0 comments on commit 736212e

Please sign in to comment.