Skip to content

Commit

Permalink
chore(deps): Bump @aws-sdk/client-s3 from 3.687.0 to 3.688.0 (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 8e29352 commit 05ddbde
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/glob": "^0.5.0",
"@aws-sdk/client-s3": "^3.687.0",
"@aws-sdk/client-s3": "^3.688.0",
"mkdirp": "^1.0.4"
}
}
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
dependencies:
tslib "^2.6.2"

"@aws-crypto/util@^5.2.0":
"@aws-crypto/util@5.2.0", "@aws-crypto/util@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@aws-crypto/util/-/util-5.2.0.tgz#71284c9cffe7927ddadac793c14f14886d3876da"
integrity sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==
Expand All @@ -118,10 +118,10 @@
"@smithy/util-utf8" "^2.0.0"
tslib "^2.6.2"

"@aws-sdk/client-s3@^3.687.0":
version "3.687.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.687.0.tgz#b194c1c3e51b6d464a90363b616c91419ec88b88"
integrity sha512-2IoaVAd7HCIDhfeTTrk8CAosEVqnQig47Tra2uOBEyzpcCFQLmcY57/sbHCpJ3ntnU8see53q0bQ+fdew4MGLA==
"@aws-sdk/client-s3@^3.688.0":
version "3.688.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.688.0.tgz#4326e6e7cc6d792bb085b6da7d45b80eeb394e83"
integrity sha512-bLyF7gT0RTWrsJPxbaslg1xP1gUdw3BJVvgfWM/63BDBpVCqIk9YlrXfJwjImcKguxGp8sCTdttywmfdPwQEfg==
dependencies:
"@aws-crypto/sha1-browser" "5.2.0"
"@aws-crypto/sha256-browser" "5.2.0"
Expand All @@ -132,7 +132,7 @@
"@aws-sdk/credential-provider-node" "3.687.0"
"@aws-sdk/middleware-bucket-endpoint" "3.686.0"
"@aws-sdk/middleware-expect-continue" "3.686.0"
"@aws-sdk/middleware-flexible-checksums" "3.687.0"
"@aws-sdk/middleware-flexible-checksums" "3.688.0"
"@aws-sdk/middleware-host-header" "3.686.0"
"@aws-sdk/middleware-location-constraint" "3.686.0"
"@aws-sdk/middleware-logger" "3.686.0"
Expand Down Expand Up @@ -457,13 +457,14 @@
"@smithy/types" "^3.6.0"
tslib "^2.6.2"

"@aws-sdk/middleware-flexible-checksums@3.687.0":
version "3.687.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.687.0.tgz#e6f587e8fc685dc92bd6bdc6ecf051dab419d184"
integrity sha512-hsEr3eiJs7gOzj9nDMCMfhLkoYv4Z8m7fbic63TkeyimXvsHycqqF6PX0TkPykwa1ueyxVpz0vtO5u1rlucN2w==
"@aws-sdk/middleware-flexible-checksums@3.688.0":
version "3.688.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.688.0.tgz#6246dd7aba8c36135ea3e962386824e26c1cf476"
integrity sha512-diIBWLpM5eg3sRggKSKGUJGBh8VyFo/wZLq80GSq1kxGlmJOMvwT6YvE+Z51xhEbYTKIjX9IH/NhO7W4pA3MNw==
dependencies:
"@aws-crypto/crc32" "5.2.0"
"@aws-crypto/crc32c" "5.2.0"
"@aws-crypto/util" "5.2.0"
"@aws-sdk/core" "3.686.0"
"@aws-sdk/types" "3.686.0"
"@smithy/is-array-buffer" "^3.0.0"
Expand Down

0 comments on commit 05ddbde

Please sign in to comment.