From a32c77e74d0c1c228de36805c41bc2a1455aedf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 02:53:52 +0000 Subject: [PATCH] Bump uuid from 3.3.2 to 14.0.0 in /src/client 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] --- src/client/package.json | 2 +- src/client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/client/package.json b/src/client/package.json index 13a6f27..8c6c2fa 100644 --- a/src/client/package.json +++ b/src/client/package.json @@ -23,7 +23,7 @@ "@types/socket.io-client": "^1.4.32", "@types/uuid": "^3.4.3", "socket.io-client": "^2.1.1", - "uuid": "^3.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "babel-core": "^6.26.3", diff --git a/src/client/yarn.lock b/src/client/yarn.lock index 5332800..2edfb86 100644 --- a/src/client/yarn.lock +++ b/src/client/yarn.lock @@ -2285,10 +2285,10 @@ util@~0.10.1: dependencies: inherits "2.0.3" -uuid@^3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" - integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== +uuid@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d" + integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg== validate-npm-package-license@^3.0.1: version "3.0.4"