From 2411445e9238b7531e99e750a68d8778cd9e30e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:34:33 +0000 Subject: [PATCH] Bump uuid from 11.1.0 to 14.0.0 in /client 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] --- client/package-lock.json | 8 +++++--- client/package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 893dba6..2bede14 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16,7 +16,7 @@ "react-dom": "^19.1.0", "react-hook-form": "^7.55.0", "react-hot-toast": "^2.6.0", - "uuid": "^11.1.0", + "uuid": "^14.0.0", "wav-decoder": "^1.3.0" }, "devDependencies": { @@ -2208,14 +2208,16 @@ } }, "node_modules/uuid": { - "version": "11.1.0", + "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/vite": { diff --git a/client/package.json b/client/package.json index c26ce9c..b4bd4ff 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "react-dom": "^19.1.0", "react-hook-form": "^7.55.0", "react-hot-toast": "^2.6.0", - "uuid": "^11.1.0", + "uuid": "^14.0.0", "wav-decoder": "^1.3.0" }, "devDependencies": {