From f36c7c22a4aedafca82a935bd7fa3e4411f3e667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:19:56 +0000 Subject: [PATCH] :arrow_up: Bump @pothos/plugin-prisma from 3.61.0 to 3.63.0 Bumps [@pothos/plugin-prisma](https://github.com/hayes/pothos/tree/HEAD/packages/plugin-prisma) from 3.61.0 to 3.63.0. - [Release notes](https://github.com/hayes/pothos/releases) - [Changelog](https://github.com/hayes/pothos/blob/main/packages/plugin-prisma/CHANGELOG.md) - [Commits](https://github.com/hayes/pothos/commits/HEAD/packages/plugin-prisma) --- updated-dependencies: - dependency-name: "@pothos/plugin-prisma" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/hub/package.json | 2 +- pnpm-lock.yaml | 42 ++++++++++----------------------------- 2 files changed, 12 insertions(+), 32 deletions(-) diff --git a/packages/hub/package.json b/packages/hub/package.json index 144fff38c9..05ad1a5b84 100644 --- a/packages/hub/package.json +++ b/packages/hub/package.json @@ -20,7 +20,7 @@ "@next-auth/prisma-adapter": "^1.0.7", "@pothos/core": "^3.39.0", "@pothos/plugin-errors": "^3.11.1", - "@pothos/plugin-prisma": "^3.61.0", + "@pothos/plugin-prisma": "^3.63.0", "@pothos/plugin-relay": "^3.45.1", "@pothos/plugin-scope-auth": "^3.20.0", "@pothos/plugin-simple-objects": "^3.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d27cb86890..936e8e876c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -296,8 +296,8 @@ importers: specifier: ^3.11.1 version: 3.11.1(@pothos/core@3.40.0)(graphql@16.8.1) '@pothos/plugin-prisma': - specifier: ^3.61.0 - version: 3.61.0(@pothos/core@3.40.0)(@prisma/client@5.6.0)(graphql@16.8.1)(typescript@5.3.2) + specifier: ^3.63.0 + version: 3.63.0(@pothos/core@3.40.0)(@prisma/client@5.6.0)(graphql@16.8.1)(typescript@5.3.2) '@pothos/plugin-relay': specifier: ^3.45.1 version: 3.45.1(@pothos/core@3.40.0)(graphql@16.8.1) @@ -5371,8 +5371,8 @@ packages: graphql: 16.8.1 dev: false - /@pothos/plugin-prisma@3.61.0(@pothos/core@3.40.0)(@prisma/client@5.6.0)(graphql@16.8.1)(typescript@5.3.2): - resolution: {integrity: sha512-Wc70KaJe7Ni91yguAPT85JyXuvCuQw+uOn8CZrAFtIZeIzbxTZpLRBLupNan3gKNo3r53ceBcEXnqt4d/A8t+A==} + /@pothos/plugin-prisma@3.63.0(@pothos/core@3.40.0)(@prisma/client@5.6.0)(graphql@16.8.1)(typescript@5.3.2): + resolution: {integrity: sha512-il5DGZfPijWwPnYaM7qfMhgnut55UbbA7ZzSPI+l5hB7t5cU2bd3wfJI4YkU/JkMbZQfVBc5DOfzTGxSOvOKhg==} hasBin: true peerDependencies: '@pothos/core': '*' @@ -5382,11 +5382,9 @@ packages: dependencies: '@pothos/core': 3.40.0(graphql@16.8.1) '@prisma/client': 5.6.0(prisma@5.7.1) - '@prisma/generator-helper': 5.5.2 + '@prisma/generator-helper': 5.7.1 graphql: 16.8.1 typescript: 5.3.2 - transitivePeerDependencies: - - supports-color dev: false /@pothos/plugin-relay@3.45.1(@pothos/core@3.40.0)(graphql@16.8.1): @@ -5455,16 +5453,6 @@ packages: prisma: 5.7.1 dev: false - /@prisma/debug@5.5.2: - resolution: {integrity: sha512-OeyuNABo1dgWHIQuJAdvW5qp5ccFfbI0CKNvdg8D34YWOfo6L+4J0gmnRI/j+h40HvM3S5WH2T8e3W9bPa7EVg==} - dependencies: - '@types/debug': 4.1.9 - debug: 4.3.4 - strip-ansi: 6.0.1 - transitivePeerDependencies: - - supports-color - dev: false - /@prisma/debug@5.7.1: resolution: {integrity: sha512-yrVSO/YZOxdeIxcBtZ5BaNqUfPrZkNsAKQIQg36cJKMxj/VYK3Vk5jMKkI+gQLl0KReo1YvX8GWKfV788SELjw==} @@ -5491,15 +5479,10 @@ packages: '@prisma/engines-version': 5.7.1-1.0ca5ccbcfa6bdc81c003cf549abe4269f59c41e5 '@prisma/get-platform': 5.7.1 - /@prisma/generator-helper@5.5.2: - resolution: {integrity: sha512-qQz4JfhjjMs+C/dbZUoGAU+JV685Qe72iGonDM0c9H05A5s5MCWj5wV2kVi1/DNiy7jkfqGGM7bX8k0/8yO0FQ==} + /@prisma/generator-helper@5.7.1: + resolution: {integrity: sha512-BiaCt3YtMnjAoqJ51rVSkvlPk0p7ErjmgFOjRUmAE/m75E9tJmFtgT6NWzXiX6KWs2OvnVuAqNY7imK6ZwlExA==} dependencies: - '@prisma/debug': 5.5.2 - '@types/cross-spawn': 6.0.3 - cross-spawn: 7.0.3 - kleur: 4.1.5 - transitivePeerDependencies: - - supports-color + '@prisma/debug': 5.7.1 dev: false /@prisma/get-platform@5.7.1: @@ -7768,6 +7751,7 @@ packages: resolution: {integrity: sha512-BDAkU7WHHRHnvBf5z89lcvACsvkz/n7Tv+HyD/uW76O29HoH1Tk/W6iQrepaZVbisvlEek4ygwT8IW7ow9XLAA==} dependencies: '@types/node': 20.10.6 + dev: true /@types/d3-array@3.0.4: resolution: {integrity: sha512-nwvEkG9vYOc0Ic7G7kwgviY4AQlTfYGIZ0fqB7CQHXGyYM6nO7kJh5EguSNA3jfh4rq7Sb7eMVq8isuvg2/miQ==} @@ -7923,12 +7907,6 @@ packages: '@types/ms': 0.7.33 dev: false - /@types/debug@4.1.9: - resolution: {integrity: sha512-8Hz50m2eoS56ldRlepxSBa6PWEVCtzUo/92HgLc2qTMnotJNIm7xP+UZhyWoYsyOdd5dxZ+NZLb24rsKyFs2ow==} - dependencies: - '@types/ms': 0.7.33 - dev: false - /@types/detect-port@1.3.3: resolution: {integrity: sha512-bV/jQlAJ/nPY3XqSatkGpu+nGzou+uSwrH1cROhn+jBFg47yaNH+blW4C7p9KhopC7QxCv/6M86s37k8dMk0Yg==} dev: true @@ -8141,6 +8119,7 @@ packages: resolution: {integrity: sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==} dependencies: undici-types: 5.26.5 + dev: true /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -19688,6 +19667,7 @@ packages: /undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: true /unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}