diff --git a/apps/backend/package.json b/apps/backend/package.json index 263c4eec..1eed9b9e 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.3.0", "@pothos/plugin-scope-auth": "3.22.1", "@pothos/plugin-simple-objects": "3.7.1", "@prisma/client": "5.22.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1fa96781..b88c3ff4 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.3.0 + version: 4.3.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.3.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.3.0)(graphql@16.9.0) '@prisma/client': specifier: 5.22.0 version: 5.22.0(prisma@5.22.0) @@ -3201,31 +3201,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.3.0(graphql@16.9.0): + resolution: {integrity: sha512-i4nyI8wSCjxdHUomqQ2K3FH0Glklomfv4tJNifQVU9lPtQKoKaS69VxGv+fru0HAZzb1eC1XPEPN3XPCYcvZ7Q==} 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.3.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.3.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.3.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.3.0(graphql@16.9.0) graphql: 16.9.0 dev: false