From 3ccb49c91d7e6efdf94da425848ee2a08a965e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:35:50 +0000 Subject: [PATCH] Bump uuid from 2.0.2 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 2.0.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/commits/v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 16c137aba9..bd0b1b385b 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "superagent": "^8", "swr": "^1.0.0", "universal-cookie": "^4.0.4", - "uuid": "2.0.2", + "uuid": "14.0.0", "validator": "^9.4.1", "vdom-thunk": "3.0.0", "view-script": "0.3.6", diff --git a/yarn.lock b/yarn.lock index 1556413768..5185ceb592 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16588,10 +16588,10 @@ uuid-browser@^3.1.0: resolved "https://registry.yarnpkg.com/uuid-browser/-/uuid-browser-3.1.0.tgz#0f05a40aef74f9e5951e20efbf44b11871e56410" integrity sha1-DwWkCu90+eWVHiDvv0SxGHHlZBA= -uuid@2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.2.tgz#48bd5698f0677e3c7901a1c46ef15b1643794726" - integrity sha1-SL1WmPBnfjx5AaHEbvFbFkN5RyY= +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@^3.3.2: version "3.4.0"