diff --git a/hms-api/package-lock.json b/hms-api/package-lock.json index c8b304cc..38021daf 100644 --- a/hms-api/package-lock.json +++ b/hms-api/package-lock.json @@ -13,8 +13,7 @@ "@aws-sdk/client-s3": "3.899.0", "@aws-sdk/s3-request-presigner": "3.899.0", "jsonwebtoken": "9.0.2", - "serverless-dynamodb-client": "0.0.2", - "uuid": "^9.0.1" + "serverless-dynamodb-client": "0.0.2" }, "devDependencies": { "@types/jest": "27.5.0", @@ -33,7 +32,7 @@ "ts-jest": "27.1.4", "ts-node": "10.9.2", "typescript": "4.9.5", - "uuid": "9.0.1" + "uuid": "13.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -14955,16 +14954,16 @@ "dev": true }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "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": { @@ -27421,9 +27420,9 @@ "dev": true }, "uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "dev": true }, "v8-compile-cache-lib": { diff --git a/hms-api/package.json b/hms-api/package.json index 7c160d9e..ee40dfbb 100644 --- a/hms-api/package.json +++ b/hms-api/package.json @@ -25,7 +25,7 @@ "ts-jest": "27.1.4", "ts-node": "10.9.2", "typescript": "4.9.5", - "uuid": "9.0.1" + "uuid": "13.0.0" }, "dependencies": { "@aws-sdk/client-dynamodb": "3.899.0", @@ -33,6 +33,6 @@ "@aws-sdk/s3-request-presigner": "3.899.0", "jsonwebtoken": "9.0.2", "serverless-dynamodb-client": "0.0.2", - "uuid": "^9.0.1" + "uuid": "^13.0.0" } }