Skip to content

Commit

Permalink
fix: use 9.0.1 for uuid (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Feb 29, 2024
1 parent eea7af7 commit 3e30223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public enum TypeScriptDependency implements Dependency {

NODE_CONFIG_PROVIDER("dependencies", "@smithy/node-config-provider", false),

UUID("dependencies", "uuid", "^8.3.2", false),
UUID("dependencies", "uuid", "^9.0.1", false),

// Conditionally added when httpChecksumRequired trait exists
MD5_BROWSER("dependencies", "@smithy/md5-js", false),
Expand Down

0 comments on commit 3e30223

Please sign in to comment.