diff --git a/src.gen/@amzn/codewhisperer-streaming/package-lock.json b/src.gen/@amzn/codewhisperer-streaming/package-lock.json index 328924c62..db4a58a56 100644 --- a/src.gen/@amzn/codewhisperer-streaming/package-lock.json +++ b/src.gen/@amzn/codewhisperer-streaming/package-lock.json @@ -49,7 +49,7 @@ "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", "tslib": "^2.6.2", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "devDependencies": { "@tsconfig/node18": "18.2.4", @@ -1666,15 +1666,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "9.0.1", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/wrap-ansi": { diff --git a/src.gen/@amzn/codewhisperer-streaming/package.json b/src.gen/@amzn/codewhisperer-streaming/package.json index 5eae03dcc..bbfb47f44 100644 --- a/src.gen/@amzn/codewhisperer-streaming/package.json +++ b/src.gen/@amzn/codewhisperer-streaming/package.json @@ -57,7 +57,7 @@ "@smithy/util-retry": "^4.0.1", "@smithy/util-utf8": "^4.0.0", "@types/uuid": "^9.0.1", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "devDependencies": { "@tsconfig/node18": "18.2.4",