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" } }