From ceb27b5f49fad305f48b54e3b25c64ed0a029eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 21:48:58 +0000 Subject: [PATCH] build(deps): bump uuid in /src.gen/@amzn/codewhisperer-streaming Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src.gen/@amzn/codewhisperer-streaming/package-lock.json | 9 +++++---- src.gen/@amzn/codewhisperer-streaming/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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",