From 8ce7065c8d7b6faff84e91f92e01daff88c2a9c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 18:42:26 +0000 Subject: [PATCH] chore: update dependency uuid to v13 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 49 +++++++++++++++++++++++------------ packages/context/package.json | 2 +- 2 files changed, 33 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index b901f0b79d1b..8da6af8424f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1889,6 +1889,19 @@ "node": ">=12" } }, + "node_modules/@apollo/server/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@apollo/usage-reporting-protobuf": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/@apollo/usage-reporting-protobuf/-/usage-reporting-protobuf-4.1.1.tgz", @@ -24915,6 +24928,20 @@ "safe-buffer": "~5.1.0" } }, + "node_modules/loopback-connector-mongodb/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/loopback-connector-mysql": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/loopback-connector-mysql/-/loopback-connector-mysql-8.0.2.tgz", @@ -37440,16 +37467,16 @@ } }, "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==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/uuid-parse": { @@ -41395,7 +41422,7 @@ "hyperid": "^3.3.0", "p-event": "^4.2.0", "tslib": "^2.8.1", - "uuid": "^11.1.0" + "uuid": "^13.0.0" }, "devDependencies": { "@loopback/build": "^12.0.5", @@ -41416,18 +41443,6 @@ "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", "dev": true }, - "packages/context/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==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "bin": { - "uuid": "dist/esm/bin/uuid" - } - }, "packages/core": { "name": "@loopback/core", "version": "7.0.5", diff --git a/packages/context/package.json b/packages/context/package.json index df3ce7636a41..9b4c3e0a4ab1 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -49,7 +49,7 @@ "hyperid": "^3.3.0", "p-event": "^4.2.0", "tslib": "^2.8.1", - "uuid": "^11.1.0" + "uuid": "^13.0.0" }, "devDependencies": { "@loopback/build": "^12.0.5",