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

fix(deps): update dependency @aws-sdk/client-s3 to v3.701.0 #4664

Merged
merged 1 commit into from
Nov 27, 2024
Merged
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
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ __metadata:
linkType: hard

"@aws-sdk/client-s3@npm:^3.374.0":
version: 3.700.0
resolution: "@aws-sdk/client-s3@npm:3.700.0"
version: 3.701.0
resolution: "@aws-sdk/client-s3@npm:3.701.0"
dependencies:
"@aws-crypto/sha1-browser": "npm:5.2.0"
"@aws-crypto/sha256-browser": "npm:5.2.0"
Expand All @@ -176,7 +176,7 @@ __metadata:
"@aws-sdk/credential-provider-node": "npm:3.699.0"
"@aws-sdk/middleware-bucket-endpoint": "npm:3.696.0"
"@aws-sdk/middleware-expect-continue": "npm:3.696.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.697.0"
"@aws-sdk/middleware-flexible-checksums": "npm:3.701.0"
"@aws-sdk/middleware-host-header": "npm:3.696.0"
"@aws-sdk/middleware-location-constraint": "npm:3.696.0"
"@aws-sdk/middleware-logger": "npm:3.696.0"
Expand Down Expand Up @@ -225,7 +225,7 @@ __metadata:
"@smithy/util-utf8": "npm:^3.0.0"
"@smithy/util-waiter": "npm:^3.1.9"
tslib: "npm:^2.6.2"
checksum: 10c0/ca72bb49949a5f5b221b7a3d6979dd5ad2a92fdc42522652b89191254478932e1f2e73f1f50921a82ff04c401d0bfcfa8cd946f4dd29a14571fccf35977fa8ba
checksum: 10c0/b7eeb84dddb1c5581de6210ecdfd943a1f94582d30bf58e7ce2ff7ecdbfee68edf01838c0f78f015ebfb134f60cb27d6827f85b78ad8b90cb6516a072425987f
languageName: node
linkType: hard

Expand Down Expand Up @@ -574,9 +574,9 @@ __metadata:
languageName: node
linkType: hard

"@aws-sdk/middleware-flexible-checksums@npm:3.697.0":
version: 3.697.0
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.697.0"
"@aws-sdk/middleware-flexible-checksums@npm:3.701.0":
version: 3.701.0
resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.701.0"
dependencies:
"@aws-crypto/crc32": "npm:5.2.0"
"@aws-crypto/crc32c": "npm:5.2.0"
Expand All @@ -591,7 +591,7 @@ __metadata:
"@smithy/util-stream": "npm:^3.3.1"
"@smithy/util-utf8": "npm:^3.0.0"
tslib: "npm:^2.6.2"
checksum: 10c0/de87a2171019e713393ac8cfe9a078a07e56327c8ad5c6c08d87a4d406ee4c4d5a0e59f4541659085329ce6ab356b7c483a498a47ee8a4b1cc075f0e21dc387d
checksum: 10c0/b56d848f14f2f27c0837aa3f93bfddf51d1dcb06a8aae9a91536bbb14be92f88b27b1a0d5297a95ee91b3cc521202740646b52a229bbe24cca2e089038037547
languageName: node
linkType: hard

Expand Down
Loading