From 09fc773839fda83001acb212ba146b51c7f17299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:07:08 +0000 Subject: [PATCH] build(deps): bump uuid from 9.0.1 to 13.0.0 in /hms-api Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 13.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.1...v13.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hms-api/package-lock.json | 19 +++++++++---------- hms-api/package.json | 4 ++-- 2 files changed, 11 insertions(+), 12 deletions(-) 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" } }