From 56ea3d9d88ffee9f14d7c28fb8d5f82d43cfbb8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 04:25:27 +0000 Subject: [PATCH] build(deps-dev): bump uuid Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 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/v8.3.2...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 | 20 +++++++++++-------- .../apigw-lambda-dynamodb/src/package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/typescript-test-samples/apigw-lambda-dynamodb/src/package-lock.json b/typescript-test-samples/apigw-lambda-dynamodb/src/package-lock.json index 504885d8..8be3a81a 100644 --- a/typescript-test-samples/apigw-lambda-dynamodb/src/package-lock.json +++ b/typescript-test-samples/apigw-lambda-dynamodb/src/package-lock.json @@ -30,7 +30,7 @@ "prettier": "^2.5.1", "ts-node": "^10.4.0", "typescript": "^4.5.5", - "uuid": "^8.3.2" + "uuid": "^14.0.0" } }, "node_modules/@ampproject/remapping": { @@ -14663,12 +14663,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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": { @@ -26130,9 +26134,9 @@ } }, "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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/apigw-lambda-dynamodb/src/package.json b/typescript-test-samples/apigw-lambda-dynamodb/src/package.json index eefa1f39..298573b5 100644 --- a/typescript-test-samples/apigw-lambda-dynamodb/src/package.json +++ b/typescript-test-samples/apigw-lambda-dynamodb/src/package.json @@ -33,6 +33,6 @@ "prettier": "^2.5.1", "ts-node": "^10.4.0", "typescript": "^4.5.5", - "uuid": "^8.3.2" + "uuid": "^14.0.0" } }