From 09079a7d82ac5c12a14169ba65e30901a6abf8b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:21:48 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 14.0.0 in /legacy Bumps [uuid](https://github.com/uuidjs/uuid) from 8.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/v8.3.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- legacy/package.json | 2 +- legacy/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/legacy/package.json b/legacy/package.json index 98d29dd4..5d56cebd 100644 --- a/legacy/package.json +++ b/legacy/package.json @@ -73,7 +73,7 @@ "react-hook-inview": "^4.3.11", "react-transition-group": "^4.4.2", "rimraf": "^3.0.2", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@babel/core": "^7.20.12", diff --git a/legacy/yarn.lock b/legacy/yarn.lock index 0df04cda..21181c4c 100644 --- a/legacy/yarn.lock +++ b/legacy/yarn.lock @@ -20983,6 +20983,11 @@ uuid@3.4.0, uuid@^3.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== +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== + uuid@^8.0.0, uuid@^8.3.2: version "8.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"