From d36e547cb1215dd47f7755856a377b80890ba9de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:18:32 +0000 Subject: [PATCH] Bump uuid from 11.1.0 to 14.0.0 in /internal/lookoutui Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 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/v11.1.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- internal/lookoutui/package.json | 2 +- internal/lookoutui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/internal/lookoutui/package.json b/internal/lookoutui/package.json index f6d8fbb45ad..b056dd076c1 100644 --- a/internal/lookoutui/package.json +++ b/internal/lookoutui/package.json @@ -52,7 +52,7 @@ "react-virtuoso": "^4.12.3", "timezone-support": "^3.1.0", "use-debounce": "^10.0.4", - "uuid": "^11.1.0", + "uuid": "^14.0.0", "validator": "^13.15.22" }, "browserslist": { diff --git a/internal/lookoutui/yarn.lock b/internal/lookoutui/yarn.lock index 2bff911bcc4..aeee975e1c8 100644 --- a/internal/lookoutui/yarn.lock +++ b/internal/lookoutui/yarn.lock @@ -4681,10 +4681,10 @@ use-sync-external-store@^1.6.0: resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz#b174bfa65cb2b526732d9f2ac0a408027876f32d" integrity sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w== -uuid@^11.1.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912" - integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+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== validator@^13.15.22: version "13.15.22"