diff --git a/backend/package.json b/backend/package.json index 2b51b0d56..56e3af4b5 100644 --- a/backend/package.json +++ b/backend/package.json @@ -76,6 +76,7 @@ "rxjs": "7.8.1", "sqlite3": "5.1.7", "typeorm": "0.3.20", + "uuid": "10.0.0", "ws": "8.17.1", "yjs": "13.6.18" }, @@ -100,6 +101,7 @@ "@types/pg": "8.11.0", "@types/source-map-support": "0.5.10", "@types/supertest": "2.0.16", + "@types/uuid": "9.0.8", "@types/ws": "8.5.10", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", diff --git a/yarn.lock b/yarn.lock index 71f4b9e9a..d2e3a8389 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2531,6 +2531,7 @@ __metadata: "@types/pg": "npm:8.11.0" "@types/source-map-support": "npm:0.5.10" "@types/supertest": "npm:2.0.16" + "@types/uuid": "npm:9.0.8" "@types/ws": "npm:8.5.10" "@typescript-eslint/eslint-plugin": "npm:6.21.0" "@typescript-eslint/parser": "npm:6.21.0" @@ -2581,6 +2582,7 @@ __metadata: tsconfig-paths: "npm:4.2.0" typeorm: "npm:0.3.20" typescript: "npm:5.5.4" + uuid: "npm:10.0.0" ws: "npm:8.17.1" yjs: "npm:13.6.18" languageName: unknown