diff --git a/apps/backend/package.json b/apps/backend/package.json index 0284fdac..4f51eaac 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -32,7 +32,7 @@ "@fastify/cors": "9.0.1", "@fastify/helmet": "11.1.1", "@fastify/rate-limit": "9.1.0", - "@pothos/core": "3.41.2", + "@pothos/core": "4.2.0", "@pothos/plugin-scope-auth": "3.22.1", "@pothos/plugin-simple-objects": "3.7.1", "@prisma/client": "5.19.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e4426284..90f6f22b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,14 +45,14 @@ importers: specifier: 9.1.0 version: 9.1.0 '@pothos/core': - specifier: 3.41.2 - version: 3.41.2(graphql@16.9.0) + specifier: 4.2.0 + version: 4.2.0(graphql@16.9.0) '@pothos/plugin-scope-auth': specifier: 3.22.1 - version: 3.22.1(@pothos/core@3.41.2)(graphql@16.9.0) + version: 3.22.1(@pothos/core@4.2.0)(graphql@16.9.0) '@pothos/plugin-simple-objects': specifier: 3.7.1 - version: 3.7.1(@pothos/core@3.41.2)(graphql@16.9.0) + version: 3.7.1(@pothos/core@4.2.0)(graphql@16.9.0) '@prisma/client': specifier: 5.19.1 version: 5.19.1(prisma@5.19.1) @@ -3243,31 +3243,31 @@ packages: engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dev: true - /@pothos/core@3.41.2(graphql@16.9.0): - resolution: {integrity: sha512-iR1gqd93IyD/snTW47HwKSsRCrvnJaYwjVNcUG8BztZPqMxyJKPAnjPHAgu1XB82KEdysrNqIUnXqnzZIs08QA==} + /@pothos/core@4.2.0(graphql@16.9.0): + resolution: {integrity: sha512-dEoQCaA/pCPg3MhjGCwBF1QRbtOPysXm4nivQQsq6OrOvC7pU+KJNVdBSwpi1ZtTLtd4wg+PCC8Js9GrCyh9sw==} peerDependencies: - graphql: '>=15.1.0' + graphql: '>=16.6.0' dependencies: graphql: 16.9.0 dev: false - /@pothos/plugin-scope-auth@3.22.1(@pothos/core@3.41.2)(graphql@16.9.0): + /@pothos/plugin-scope-auth@3.22.1(@pothos/core@4.2.0)(graphql@16.9.0): resolution: {integrity: sha512-mkfbiS6tSYXFrxY9U5mEqSzAWDB3YoqQLTE/D7J/QghbDbkfFSiwQwYHHl0tL1FO32l69RMCdZy3Kz7MBBZG8w==} peerDependencies: '@pothos/core': '*' graphql: '>=15.1.0' dependencies: - '@pothos/core': 3.41.2(graphql@16.9.0) + '@pothos/core': 4.2.0(graphql@16.9.0) graphql: 16.9.0 dev: false - /@pothos/plugin-simple-objects@3.7.1(@pothos/core@3.41.2)(graphql@16.9.0): + /@pothos/plugin-simple-objects@3.7.1(@pothos/core@4.2.0)(graphql@16.9.0): resolution: {integrity: sha512-641qxavEa4GJGIYfZuhOdlUy6MjQ/z0gWS5x4pSU72GIJFPSyMAFjHI8O413TzmMf4SpDGWPq0S6UNNXcrGCBQ==} peerDependencies: '@pothos/core': '*' graphql: '>=15.1.0' dependencies: - '@pothos/core': 3.41.2(graphql@16.9.0) + '@pothos/core': 4.2.0(graphql@16.9.0) graphql: 16.9.0 dev: false