From 25eb917e59c6105717a2c0df08b00e7f0c6434c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 08:00:23 +0000 Subject: [PATCH] Bump uuid in /chatbot-amazon-lex-lambda-js/hello-world Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 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.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chatbot-amazon-lex-lambda-js/hello-world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatbot-amazon-lex-lambda-js/hello-world/package.json b/chatbot-amazon-lex-lambda-js/hello-world/package.json index f46f7ad..14bd379 100644 --- a/chatbot-amazon-lex-lambda-js/hello-world/package.json +++ b/chatbot-amazon-lex-lambda-js/hello-world/package.json @@ -13,7 +13,7 @@ "body-parser": "1.20.1", "express": "4.18.2", "express-x-hub": "1.0.4", - "uuid": "9.0.0" + "uuid": "14.0.0" }, "scripts": { "test": "mocha tests/unit/",