Skip to content

Commit

Permalink
update aws-crypto dependencies to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Oct 12, 2023
1 parent 3a5afa4 commit 7204254
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public enum TypeScriptDependency implements Dependency {
MIDDLEWARE_ENDPOINTS_V2("dependencies", "@smithy/middleware-endpoint", false),
AWS_SDK_UTIL_ENDPOINTS("dependencies", "@aws-sdk/util-endpoints", false),

AWS_CRYPTO_SHA256_BROWSER("dependencies", "@aws-crypto/sha256-browser", "3.0.0", true),
AWS_CRYPTO_SHA256_JS("dependencies", "@aws-crypto/sha256-js", "3.0.0", true),
AWS_CRYPTO_SHA256_BROWSER("dependencies", "@aws-crypto/sha256-browser", "5.1.0", true),
AWS_CRYPTO_SHA256_JS("dependencies", "@aws-crypto/sha256-js", "5.1.0", true),

AWS_SDK_HASH_NODE("dependencies", "@smithy/hash-node", true),

Expand Down

0 comments on commit 7204254

Please sign in to comment.