diff --git a/package-lock.json b/package-lock.json index ca4cf15..c8f9f6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "electron-log": "5.2.0", "react": "19.2.5", "react-dom": "19.2.5", - "uuid": "11.0.3", + "uuid": "^14.0.0", "zod": "4.3.6", "zustand": "5.0.12" }, @@ -3321,16 +3321,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "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/package.json b/package.json index 977ce65..3375d61 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "electron-log": "5.2.0", "react": "19.2.5", "react-dom": "19.2.5", - "uuid": "11.0.3", + "uuid": "^14.0.0", "zod": "4.3.6", "zustand": "5.0.12" },