From fc939ef9636fd025b48c9f3e4ac490fb1cdec7a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:58:23 +0000 Subject: [PATCH] build(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 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b7411cbf..3557d4311 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "semver": "^7.6.0", "style-loader": "^3.3.3", "typeface-varela-round": "0.0.54", - "uuid": "^7.0.3", + "uuid": "^14.0.0", "vis-data": "^7.1.2", "vis-timeline": "^7.5.0", "vis-util": "^5.0.2", @@ -25655,12 +25655,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/v8-compile-cache": { diff --git a/package.json b/package.json index c4157fb3e..71ee7e9bf 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "semver": "^7.6.0", "style-loader": "^3.3.3", "typeface-varela-round": "0.0.54", - "uuid": "^7.0.3", + "uuid": "^14.0.0", "vis-data": "^7.1.2", "vis-timeline": "^7.5.0", "vis-util": "^5.0.2",