From 9d9e60b9c73baac1b4a67a55eb3b5b8daf15c35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:22:05 +0000 Subject: [PATCH] build(deps): bump uuid from 9.0.1 to 14.0.1 in /chat2db-community-client Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 14.0.1. - [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/v9.0.1...v14.0.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- chat2db-community-client/package.json | 2 +- chat2db-community-client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chat2db-community-client/package.json b/chat2db-community-client/package.json index ad599ee9f6..49fea654b6 100644 --- a/chat2db-community-client/package.json +++ b/chat2db-community-client/package.json @@ -103,7 +103,7 @@ "umi-request": "^1.4.0", "url-parse": "^1.5.10", "utility-types": "^3.11.0", - "uuid": "^9.0.0", + "uuid": "^14.0.1", "xterm": "^5.3.0", "xterm-addon-fit": "^0.8.0", "xterm-addon-web-links": "^0.9.0", diff --git a/chat2db-community-client/yarn.lock b/chat2db-community-client/yarn.lock index 3ba673e037..4fb28af0a8 100644 --- a/chat2db-community-client/yarn.lock +++ b/chat2db-community-client/yarn.lock @@ -14653,10 +14653,10 @@ utrie@^1.0.2: dependencies: base64-arraybuffer "^1.0.2" -uuid@^9.0.0: - version "9.0.1" - resolved "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" - integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== +uuid@^14.0.1: + version "14.0.1" + resolved "https://registry.npmmirror.com/uuid/-/uuid-14.0.1.tgz#8a5975b3e038902bfd169a10b5202f5ec0cf3faf" + integrity sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew== v8n@^1.3.3: version "1.5.1"