From 77ac89d0931dbb9c278c46ce3487a2e616ce3178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 17:05:06 +0000 Subject: [PATCH] chore(deps): bump uuid from 11.1.0 to 14.0.0 in /ui 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] --- ui/package-lock.json | 10 +++++----- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index c3b73351bad..c0fae4c8948 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -63,7 +63,7 @@ "tailwindcss-animate": "1.0.7", "topojson-client": "3.1.0", "tw-animate-css": "1.4.0", - "uuid": "11.1.0", + "uuid": "14.0.0", "world-atlas": "2.0.2", "zod": "4.1.11", "zustand": "5.0.8" @@ -22378,16 +22378,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vary": { diff --git a/ui/package.json b/ui/package.json index 28d507e9bc9..baa0f75cb86 100644 --- a/ui/package.json +++ b/ui/package.json @@ -77,7 +77,7 @@ "tailwindcss-animate": "1.0.7", "topojson-client": "3.1.0", "tw-animate-css": "1.4.0", - "uuid": "11.1.0", + "uuid": "14.0.0", "world-atlas": "2.0.2", "zod": "4.1.11", "zustand": "5.0.8"