Skip to content

Commit

Permalink
update aws-crypto dependencies to 5.1.0 (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Oct 16, 2023
1 parent 574fcee commit d557010
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/silver-dryers-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
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 d557010

Please sign in to comment.