From 58246bfa813a0f8f9b9daca3e270a4b8dd280b2d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:05:19 +0000 Subject: [PATCH] Update uuid to version 14.0.0 --- spec/package.json | 2 +- spec/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spec/package.json b/spec/package.json index 33888c1f3c16a..eb7d1d0d32a55 100644 --- a/spec/package.json +++ b/spec/package.json @@ -22,7 +22,7 @@ "send": "^0.16.2", "split": "^1.0.1", "temp": "^0.9.4", - "uuid": "^3.4.0", + "uuid": "^14.0.0", "walkdir": "^0.3.2", "winreg": "^1.2.4", "ws": "^7.4.6", diff --git a/spec/yarn.lock b/spec/yarn.lock index 36e6a4d05098c..c0d75c24076f7 100644 --- a/spec/yarn.lock +++ b/spec/yarn.lock @@ -981,16 +981,16 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" +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.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== -uuid@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" - integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - verror@1.10.0: version "1.10.0" resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"