diff --git a/samples/events-http-typescript/package-lock.json b/samples/events-http-typescript/package-lock.json index 1c6b106..0ee8b67 100644 --- a/samples/events-http-typescript/package-lock.json +++ b/samples/events-http-typescript/package-lock.json @@ -17,7 +17,7 @@ "dotenv": "^16.5.0", "express": "^5.1.0", "ts-node": "^10.9.2", - "uuid": "^11.1.0" + "uuid": "^14.0.0" }, "devDependencies": { "@types/dotenv": "^6.1.1", @@ -1809,16 +1809,16 @@ } }, "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "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/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/samples/events-http-typescript/package.json b/samples/events-http-typescript/package.json index 259cad0..de0e175 100644 --- a/samples/events-http-typescript/package.json +++ b/samples/events-http-typescript/package.json @@ -29,6 +29,6 @@ "dotenv": "^16.5.0", "express": "^5.1.0", "ts-node": "^10.9.2", - "uuid": "^11.1.0" + "uuid": "^14.0.0" } }