diff --git a/app/package.json b/app/package.json index ca7d35d..fdb6959 100644 --- a/app/package.json +++ b/app/package.json @@ -43,7 +43,7 @@ "@types/node": "^20.17.10", "@types/ws": "^8.5.13", "esbuild": "^0.24.2", - "prisma": "^6.2.1", + "prisma": "^6.3.0", "tsx": "^4.7.1", "typescript": "^5.7.2" } diff --git a/app/pnpm-lock.yaml b/app/pnpm-lock.yaml index 7cef68b..5857ade 100644 --- a/app/pnpm-lock.yaml +++ b/app/pnpm-lock.yaml @@ -43,7 +43,7 @@ importers: version: 1.13.7(hono@4.6.16) '@prisma/client': specifier: ^6.2.1 - version: 6.2.1(prisma@6.2.1) + version: 6.2.1(prisma@6.3.0(typescript@5.7.2)) '@skyware/jetstream': specifier: ^0.2.2 version: 0.2.2(@atcute/client@2.0.7) @@ -91,8 +91,8 @@ importers: specifier: ^0.24.2 version: 0.24.2 prisma: - specifier: ^6.2.1 - version: 6.2.1 + specifier: ^6.3.0 + version: 6.3.0(typescript@5.7.2) tsx: specifier: ^4.7.1 version: 4.19.2 @@ -634,20 +634,20 @@ packages: prisma: optional: true - '@prisma/debug@6.2.1': - resolution: {integrity: sha512-0KItvt39CmQxWkEw6oW+RQMD6RZ43SJWgEUnzxN8VC9ixMysa7MzZCZf22LCK5DSooiLNf8vM3LHZm/I/Ni7bQ==} + '@prisma/debug@6.3.0': + resolution: {integrity: sha512-m1lQv//0Rc5RG8TBpNUuLCxC35Ghi5XfpPmL83Gh04/GICHD2J5H2ndMlaljrUNaQDF9dOxIuFAYP1rE9wkXkg==} - '@prisma/engines-version@6.2.0-14.4123509d24aa4dede1e864b46351bf2790323b69': - resolution: {integrity: sha512-7tw1qs/9GWSX6qbZs4He09TOTg1ff3gYsB3ubaVNN0Pp1zLm9NC5C5MZShtkz7TyQjx7blhpknB7HwEhlG+PrQ==} + '@prisma/engines-version@6.3.0-17.acc0b9dd43eb689cbd20c9470515d719db10d0b0': + resolution: {integrity: sha512-R/ZcMuaWZT2UBmgX3Ko6PAV3f8//ZzsjRIG1eKqp3f2rqEqVtCv+mtzuH2rBPUC9ujJ5kCb9wwpxeyCkLcHVyA==} - '@prisma/engines@6.2.1': - resolution: {integrity: sha512-lTBNLJBCxVT9iP5I7Mn6GlwqAxTpS5qMERrhebkUhtXpGVkBNd/jHnNJBZQW4kGDCKaQg/r2vlJYkzOHnAb7ZQ==} + '@prisma/engines@6.3.0': + resolution: {integrity: sha512-RXqYhlZb9sx/xkUfYIZuEPn7sT0WgTxNOuEYQ7AGw3IMpP9QGVEDVsluc/GcNkM8NTJszeqk8AplJzI9lm7Jxw==} - '@prisma/fetch-engine@6.2.1': - resolution: {integrity: sha512-OO7O9d6Mrx2F9i+Gu1LW+DGXXyUFkP7OE5aj9iBfA/2jjDXEJjqa9X0ZmM9NZNo8Uo7ql6zKm6yjDcbAcRrw1A==} + '@prisma/fetch-engine@6.3.0': + resolution: {integrity: sha512-GBy0iT4f1mH31ePzfcpVSUa7JLRTeq4914FG2vR3LqDwRweSm4ja1o5flGDz+eVIa/BNYfkBvRRxv4D6ve6Eew==} - '@prisma/get-platform@6.2.1': - resolution: {integrity: sha512-zp53yvroPl5m5/gXYLz7tGCNG33bhG+JYCm74ohxOq1pPnrL47VQYFfF3RbTZ7TzGWCrR3EtoiYMywUBw7UK6Q==} + '@prisma/get-platform@6.3.0': + resolution: {integrity: sha512-V8zZ1d0xfyi6FjpNP4AcYuwSpGcdmu35OXWnTPm8IW594PYALzKXHwIa9+o0f+Lo9AecFWrwrwaoYe56UNfTtQ==} '@skyware/jetstream@0.2.2': resolution: {integrity: sha512-d1MtWPTIFEciSzV8OClXZCJoz0DJ7aupt4EZSwpGAASYG0ZIPmZTt7RVJkoFzQyqRPHAMD7CvEwu0ut3MHX1og==} @@ -1193,10 +1193,15 @@ packages: engines: {node: '>=14'} hasBin: true - prisma@6.2.1: - resolution: {integrity: sha512-hhyM0H13pQleQ+br4CkzGizS5I0oInoeTw3JfLw1BRZduBSQxPILlJLwi+46wZzj9Je7ndyQEMGw/n5cN2fknA==} + prisma@6.3.0: + resolution: {integrity: sha512-y+Zh3Qg+xGCWyyrNUUNaFW/OltaV/yXYuTa0WRgYkz5LGyifmAsgpv94I47+qGRocZrMGcbF2A/78/oO2zgifA==} engines: {node: '>=18.18'} hasBin: true + peerDependencies: + typescript: '>=5.1.0' + peerDependenciesMeta: + typescript: + optional: true process-warning@3.0.0: resolution: {integrity: sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==} @@ -1865,30 +1870,30 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.18.0 - '@prisma/client@6.2.1(prisma@6.2.1)': + '@prisma/client@6.2.1(prisma@6.3.0(typescript@5.7.2))': optionalDependencies: - prisma: 6.2.1 + prisma: 6.3.0(typescript@5.7.2) - '@prisma/debug@6.2.1': {} + '@prisma/debug@6.3.0': {} - '@prisma/engines-version@6.2.0-14.4123509d24aa4dede1e864b46351bf2790323b69': {} + '@prisma/engines-version@6.3.0-17.acc0b9dd43eb689cbd20c9470515d719db10d0b0': {} - '@prisma/engines@6.2.1': + '@prisma/engines@6.3.0': dependencies: - '@prisma/debug': 6.2.1 - '@prisma/engines-version': 6.2.0-14.4123509d24aa4dede1e864b46351bf2790323b69 - '@prisma/fetch-engine': 6.2.1 - '@prisma/get-platform': 6.2.1 + '@prisma/debug': 6.3.0 + '@prisma/engines-version': 6.3.0-17.acc0b9dd43eb689cbd20c9470515d719db10d0b0 + '@prisma/fetch-engine': 6.3.0 + '@prisma/get-platform': 6.3.0 - '@prisma/fetch-engine@6.2.1': + '@prisma/fetch-engine@6.3.0': dependencies: - '@prisma/debug': 6.2.1 - '@prisma/engines-version': 6.2.0-14.4123509d24aa4dede1e864b46351bf2790323b69 - '@prisma/get-platform': 6.2.1 + '@prisma/debug': 6.3.0 + '@prisma/engines-version': 6.3.0-17.acc0b9dd43eb689cbd20c9470515d719db10d0b0 + '@prisma/get-platform': 6.3.0 - '@prisma/get-platform@6.2.1': + '@prisma/get-platform@6.3.0': dependencies: - '@prisma/debug': 6.2.1 + '@prisma/debug': 6.3.0 '@skyware/jetstream@0.2.2(@atcute/client@2.0.7)': dependencies: @@ -2517,11 +2522,12 @@ snapshots: prettier@3.4.2: {} - prisma@6.2.1: + prisma@6.3.0(typescript@5.7.2): dependencies: - '@prisma/engines': 6.2.1 + '@prisma/engines': 6.3.0 optionalDependencies: fsevents: 2.3.3 + typescript: 5.7.2 process-warning@3.0.0: {}