From cd9f02e609bc067ffac629815e4904d5054abff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 22:12:57 +0000 Subject: [PATCH] Bump @pothos/core from 3.41.2 to 4.0.2 Bumps [@pothos/core](https://github.com/hayes/pothos/tree/HEAD/packages/core) from 3.41.2 to 4.0.2. - [Release notes](https://github.com/hayes/pothos/releases) - [Changelog](https://github.com/hayes/pothos/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/hayes/pothos/commits/@pothos/core@4.0.2/packages/core) --- updated-dependencies: - dependency-name: "@pothos/core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/backend/package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/backend/package.json b/apps/backend/package.json index 43353f17..eb6ea0f0 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.0.2", "@pothos/plugin-scope-auth": "3.22.1", "@pothos/plugin-simple-objects": "3.7.1", "@prisma/client": "5.17.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9314e359..5549a7a6 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.0.2 + version: 4.0.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) + version: 3.22.1(@pothos/core@4.0.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) + version: 3.7.1(@pothos/core@4.0.2)(graphql@16.9.0) '@prisma/client': specifier: 5.17.0 version: 5.17.0(prisma@5.17.0) @@ -3239,31 +3239,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.0.2(graphql@16.9.0): + resolution: {integrity: sha512-8jjHGoHmEt8Y28kvXD4PS6Rb51Ds4cXiQ4rY4dPM80fDEv+6ONm2qgdlPHOKcB6DeFMiZhfc3gzaIeXvk+4RbA==} peerDependencies: - graphql: '>=15.1.0' + graphql: ^16.8.1 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.0.2)(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.0.2(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.0.2)(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.0.2(graphql@16.9.0) graphql: 16.9.0 dev: false