diff --git a/apps/backend/package.json b/apps/backend/package.json index f362ed70..346dc9c6 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -33,7 +33,7 @@ "@fastify/helmet": "11.1.1", "@fastify/rate-limit": "9.1.0", "@pothos/core": "3.41.2", - "@pothos/plugin-scope-auth": "3.22.1", + "@pothos/plugin-scope-auth": "4.0.0", "@pothos/plugin-simple-objects": "3.7.1", "@prisma/client": "5.16.2", "auth0": "4.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 53a5f55b..0711aed9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: specifier: 3.41.2 version: 3.41.2(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) + specifier: 4.0.0 + version: 4.0.0(@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) @@ -3247,11 +3247,11 @@ packages: graphql: 16.9.0 dev: false - /@pothos/plugin-scope-auth@3.22.1(@pothos/core@3.41.2)(graphql@16.9.0): - resolution: {integrity: sha512-mkfbiS6tSYXFrxY9U5mEqSzAWDB3YoqQLTE/D7J/QghbDbkfFSiwQwYHHl0tL1FO32l69RMCdZy3Kz7MBBZG8w==} + /@pothos/plugin-scope-auth@4.0.0(@pothos/core@3.41.2)(graphql@16.9.0): + resolution: {integrity: sha512-XzCpviqeN83ggSgCOKGIAehmRWlP23xdK2AAzkkm65RcKImuwrKWbn4BeXbpMhMrwCYANM3M622uyeLzI0GYUw==} 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