From 9f7d1066a5ae49bfd6d7aa3d42eba067370ec69b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 19:14:23 +0000 Subject: [PATCH] chore: update dependency uuid to v14 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 21 +++++++++++++++++---- package.json | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4d48ddac..7ee417048 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "neotraverse": "^0.6.18", "qs": "^6.15.1", "strong-globalize": "^6.0.6", - "uuid": "^13.0.2" + "uuid": "^14.0.0" }, "devDependencies": { "@commitlint/cli": "^20.5.3", @@ -3556,6 +3556,19 @@ "resolved": "test/fixtures/loopback-connector-throwing", "link": true }, + "node_modules/loopback-connector/node_modules/uuid": { + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.2.tgz", + "integrity": "sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist-node/bin/uuid" + } + }, "node_modules/lower-case": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", @@ -5542,9 +5555,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.2.tgz", - "integrity": "sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw==", + "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" diff --git a/package.json b/package.json index ea1afadbb..9f83c5695 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "neotraverse": "^0.6.18", "qs": "^6.15.1", "strong-globalize": "^6.0.6", - "uuid": "^13.0.2" + "uuid": "^14.0.0" }, "license": "MIT" }