From 8d1ed4cd362c9adf8944316ffd8428b584cadbe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:44:37 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11 --- apps/thu-info-app/package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/thu-info-app/package.json b/apps/thu-info-app/package.json index 05595b86f..c40957c3d 100644 --- a/apps/thu-info-app/package.json +++ b/apps/thu-info-app/package.json @@ -70,7 +70,7 @@ "stream": "0.0.3", "text-encoding": "0.7.0", "util": "0.12.5", - "uuid": "10.0.0", + "uuid": "11.0.1", "web-streams-polyfill": "3.3.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index a8830568e..a08d0a13f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11147,7 +11147,12 @@ utrie@^1.0.2: dependencies: base64-arraybuffer "^1.0.2" -uuid@10.0.0, uuid@^10.0.0: +uuid@11.0.1: + version "11.0.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.1.tgz#a527e188c4c11a7ff5d139e59f229a9f90440669" + integrity sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ== + +uuid@^10.0.0: version "10.0.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==