From adea27bbb0abef2c711ba71a492205fa3ea2cb86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 08:26:22 +0000 Subject: [PATCH] build(deps-dev): bump uuid 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:development ... Signed-off-by: dependabot[bot] --- .../src/package-lock.json | 16 ++++++++-------- .../kinesis-lambda-dynamodb/src/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/typescript-test-samples/kinesis-lambda-dynamodb/src/package-lock.json b/typescript-test-samples/kinesis-lambda-dynamodb/src/package-lock.json index 0194d175..1e7b610d 100644 --- a/typescript-test-samples/kinesis-lambda-dynamodb/src/package-lock.json +++ b/typescript-test-samples/kinesis-lambda-dynamodb/src/package-lock.json @@ -34,7 +34,7 @@ "prettier": "^2.5.1", "ts-node": "^10.4.0", "typescript": "^4.5.5", - "uuid": "^9.0.0" + "uuid": "^14.0.0" } }, "node_modules/@ampproject/remapping": { @@ -14789,16 +14789,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "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==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { @@ -26500,9 +26500,9 @@ } }, "uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "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==", "dev": true }, "v8-compile-cache-lib": { diff --git a/typescript-test-samples/kinesis-lambda-dynamodb/src/package.json b/typescript-test-samples/kinesis-lambda-dynamodb/src/package.json index 929b0f9d..024b741b 100644 --- a/typescript-test-samples/kinesis-lambda-dynamodb/src/package.json +++ b/typescript-test-samples/kinesis-lambda-dynamodb/src/package.json @@ -35,6 +35,6 @@ "prettier": "^2.5.1", "ts-node": "^10.4.0", "typescript": "^4.5.5", - "uuid": "^9.0.0" + "uuid": "^14.0.0" } }