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": {