From ba02fa101e0ff4770e4002cddb67d9443eb5cd54 Mon Sep 17 00:00:00 2001 From: George Fu Date: Thu, 29 Feb 2024 16:01:47 -0500 Subject: [PATCH] chore(client-migrationhuborchestrator): update uuid version (#5844) --- clients/client-migrationhuborchestrator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/client-migrationhuborchestrator/package.json b/clients/client-migrationhuborchestrator/package.json index 33fba4e47c76..868d6f6e30e5 100644 --- a/clients/client-migrationhuborchestrator/package.json +++ b/clients/client-migrationhuborchestrator/package.json @@ -58,7 +58,7 @@ "@smithy/util-retry": "^2.1.3", "@smithy/util-utf8": "^2.1.1", "tslib": "^2.5.0", - "uuid": "^8.3.2" + "uuid": "^9.0.1" }, "devDependencies": { "@smithy/service-client-documentation-generator": "^2.1.1",