Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump @aws-sdk/types from 3.357.0 to 3.370.0 #942

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@aws-sdk/protocol-http": "^3.357.0",
"@aws-sdk/querystring-parser": "^3.357.0",
"@aws-sdk/signature-v4": "^3.357.0",
"@aws-sdk/types": "^3.357.0",
"@aws-sdk/types": "^3.370.0",
"@cloudscape-design/collection-hooks": "^1.0.21",
"@cloudscape-design/design-tokens": "^3.0.11",
"@cloudscape-design/global-styles": "^1.0.11",
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ __metadata:
"@aws-sdk/protocol-http": ^3.357.0
"@aws-sdk/querystring-parser": ^3.357.0
"@aws-sdk/signature-v4": ^3.357.0
"@aws-sdk/types": ^3.357.0
"@aws-sdk/types": ^3.370.0
"@babel/core": ^7.21.4
"@cloudscape-design/collection-hooks": ^1.0.21
"@cloudscape-design/components": ^3.0.321
Expand Down Expand Up @@ -721,7 +721,7 @@ __metadata:
languageName: node
linkType: hard

"@aws-sdk/types@npm:3.357.0, @aws-sdk/types@npm:^3.357.0":
"@aws-sdk/types@npm:3.357.0":
version: 3.357.0
resolution: "@aws-sdk/types@npm:3.357.0"
dependencies:
Expand All @@ -739,6 +739,16 @@ __metadata:
languageName: node
linkType: hard

"@aws-sdk/types@npm:^3.370.0":
version: 3.370.0
resolution: "@aws-sdk/types@npm:3.370.0"
dependencies:
"@smithy/types": ^1.1.0
tslib: ^2.5.0
checksum: 105a5768f20075035c2250de69f782ea4219c9ed8cd426c9ab57605616c8b1d534764d3c5b29e9715eb68a0e3f99b27ed463c410a3d728abf3c4ad59347e9f4e
languageName: node
linkType: hard

"@aws-sdk/util-buffer-from@npm:3.310.0":
version: 3.310.0
resolution: "@aws-sdk/util-buffer-from@npm:3.310.0"
Expand Down
Loading