From 87c5f3c9bc3979083a375a4057127751f06fbd0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 19:03:45 +0000 Subject: [PATCH] Bump uuid from 9.0.0 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 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/v9.0.0...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 | 16 ++++++++++------ package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01ec4ba8f..ecd6ed50b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,7 +95,7 @@ "tinykeys": "2.1.0", "underscore": "1.13.8", "utility-types": "3.10.0", - "uuid": "9.0.0", + "uuid": "14.0.0", "web-vitals": "4.2.4", "ws": "8.21.3", "xterm": "4.19.0", @@ -14085,7 +14085,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "optional": true, "os": [ @@ -25694,11 +25693,16 @@ } }, "node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "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-to-istanbul": { diff --git a/package.json b/package.json index 201da1576..c233f54d6 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "tinykeys": "2.1.0", "underscore": "1.13.8", "utility-types": "3.10.0", - "uuid": "9.0.0", + "uuid": "14.0.0", "web-vitals": "4.2.4", "ws": "8.21.3", "xterm": "4.19.0",