diff --git a/server/package-lock.json b/server/package-lock.json index 08fd26c..af5b3a2 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -27,7 +27,7 @@ "objection": "^3.0.0", "pg": "^8.7.1", "socket.io": "^4.8.0", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@babel/cli": "^7.26.4", @@ -6532,12 +6532,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8flags": { diff --git a/server/package.json b/server/package.json index 83ce2b1..36f1384 100644 --- a/server/package.json +++ b/server/package.json @@ -34,7 +34,7 @@ "objection": "^3.0.0", "pg": "^8.7.1", "socket.io": "^4.8.0", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@babel/cli": "^7.26.4",