diff --git a/apps/backend/package.json b/apps/backend/package.json index f362ed70..52f92464 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -34,7 +34,7 @@ "@fastify/rate-limit": "9.1.0", "@pothos/core": "3.41.2", "@pothos/plugin-scope-auth": "3.22.1", - "@pothos/plugin-simple-objects": "3.7.1", + "@pothos/plugin-simple-objects": "4.0.1", "@prisma/client": "5.16.2", "auth0": "4.7.0", "dotenv": "16.4.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 53a5f55b..2ca0d07c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,8 +51,8 @@ importers: specifier: 3.22.1 version: 3.22.1(@pothos/core@3.41.2)(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) + specifier: 4.0.1 + version: 4.0.1(@pothos/core@3.41.2)(graphql@16.9.0) '@prisma/client': specifier: 5.16.2 version: 5.16.2(prisma@5.16.2) @@ -3257,11 +3257,11 @@ packages: graphql: 16.9.0 dev: false - /@pothos/plugin-simple-objects@3.7.1(@pothos/core@3.41.2)(graphql@16.9.0): - resolution: {integrity: sha512-641qxavEa4GJGIYfZuhOdlUy6MjQ/z0gWS5x4pSU72GIJFPSyMAFjHI8O413TzmMf4SpDGWPq0S6UNNXcrGCBQ==} + /@pothos/plugin-simple-objects@4.0.1(@pothos/core@3.41.2)(graphql@16.9.0): + resolution: {integrity: sha512-EZjt3dtMaKGz2l9QNYONN+IZbLhHrbEWLl1V5sVfhoe8ANP6WVEAHMaflH3+Gz4Ouj54ORIduE7nvfaR7wBm2g==} peerDependencies: - '@pothos/core': '*' - graphql: '>=15.1.0' + '@pothos/core': 4.0.0 + graphql: ^16.8.1 dependencies: '@pothos/core': 3.41.2(graphql@16.9.0) graphql: 16.9.0