From 7e982882b6c406da9c8c71fe421707d5fb3b625f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 11:27:14 +0000 Subject: [PATCH] Bump uuid from 3.3.2 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.2 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/v3.3.2...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 d639d50..fd8a68f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "detect-browser": "^4.8.0", "socket.io-client": "^2.4.0", "url": "^0.11.0", - "uuid": "^3.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@types/node": "^12.19.14", @@ -259,12 +259,16 @@ } }, "node_modules/uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "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": "bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/xmlhttprequest-ssl": { diff --git a/package.json b/package.json index 3fcc81a..7e2ef52 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "detect-browser": "^4.8.0", "socket.io-client": "^2.4.0", "url": "^0.11.0", - "uuid": "^3.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@types/node": "^12.19.14",