From 7204254728f5bbe8ffbc54d43fc43b2127fad404 Mon Sep 17 00:00:00 2001 From: George Fu Date: Thu, 12 Oct 2023 20:29:47 +0000 Subject: [PATCH] update aws-crypto dependencies to 5.1.0 --- .../smithy/typescript/codegen/TypeScriptDependency.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptDependency.java b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptDependency.java index 4dd6b914076..81953cb8fb4 100644 --- a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptDependency.java +++ b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptDependency.java @@ -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),