From a01e9eee1d830a2c00a670abf3fb78505f0ebf07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:50:44 +0000 Subject: [PATCH] chore(deps): bump uuid from 7.0.3 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 7.0.3 to 14.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/v7.0.3...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++----- packages/core/package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6abe2054..94479b7f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15149,12 +15149,16 @@ } }, "node_modules/uuid": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", - "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==", + "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" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/uuid-parse": { @@ -16310,7 +16314,7 @@ "rxjs": "^5.5.11", "uritemplate": "0.3.4", "url-toolkit": "2.1.6", - "uuid": "^7.0.3", + "uuid": "^14.0.0", "web-streams-polyfill": "^4.0.0", "wot-thing-description-types": "^1.1.0-12-March-2025" }, diff --git a/packages/core/package.json b/packages/core/package.json index d014a3af4..6356a6a85 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -32,7 +32,7 @@ "rxjs": "^5.5.11", "uritemplate": "0.3.4", "url-toolkit": "2.1.6", - "uuid": "^7.0.3", + "uuid": "^14.0.0", "web-streams-polyfill": "^4.0.0", "wot-thing-description-types": "^1.1.0-12-March-2025" },