Skip to content

Conversation

@multipliedtwice
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @prisma/client from 5.6.0 to 5.8.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 275 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2024-01-09.
Release notes
Package name: @prisma/client
  • 5.8.0 - 2024-01-09

    🌟 Help us spread the word about Prisma by starring the repo or posting on X about the release. 🌟

    Highlights

    Happy New Year from your friends at Prisma! 🎊

    In the last 4 weeks, we resolved some bugs on the ORM and made some progress on some exciting features that we’re not yet ready to announce. Stay tuned for the upcoming releases, in which we’ll be announcing new features. 😉

    relationJoins improvements: Relation loading strategy per query (Preview)

    In version 5.7.0, we released relationJoins into Preview. The relationJoins feature enables support for JOINs for relation queries.

    This release adds support for the ability to specify the strategy used to fetch relational data per query when the Preview feature is enabled. This will enable you to choose the most efficient strategy for fetching relation data depending on your use case.

    You can now load relation data using either of the following strategies:

    • join — uses JOINs to fetch relation data
    • query — uses separate queries to fetch relation data

    When the relationJoins Preview feature is enabled, by default, the relation fetching strategy used is join. You can override the default behavior by using the relationLoadStrategy query option.

    To get started, enable the Preview feature:

    // schema.prisma
    generator client {
      provider        = "prisma-client-js"
      previewFeatures = ["relationJoins"]
    }

    … and specify the relation loading strategy for your query as follows:

    await prisma.user.findMany({
      relationLoadStrategy: 'query',
      include: {
        posts: true,
      },
    })

    Try it out and share your feedback and create a bug report if you encounter any issues.

    Survey: Edge functions support

    We’re working on bringing Edge function support to Prisma ORM and we would appreciate your input by submitting a response to our survey. By filling out the survey, you will be considered for our Early Access cohort as soon as we have something for you to try out.

    Fixes and improvements

    Prisma Client

    Prisma Migrate

    Language tools (e.g. VS Code)

    Credits

    Huge thanks to @ anuraaga, @ onichandame, @ LucianBuzzo, @ RobertCraigie, @ fqazi, @ KhooHaoYit, @ alencardc, @ Oreilles, @ tinola, @ AikoRamalho, @ luxaritas for helping!

    Company news

    🎉 A billion queries and counting: Prisma Accelerate

    Prisma Accelerate, our global database cache has served over 1 billion queries since its General Availability launch.

    We’d like to give a shoutout to our team and everyone who’s been with us on this journey. Stay tuned for some exciting products and features in the pipeline for 2024!

    🔮 Prisma ORM Ecosystem

    Are you building a cool tool, extension, generator, CLI tool or anything else, for Prisma ORM? Let us know.

    We would like to learn about it and feature it on our Ecosystem page.

    💼 We’re hiring

    If you're interested in joining our growing team to help empower developers to build data-intensive applications, Prisma is the place for you. Check out our Careers page for open positions.

  • 5.8.0-integration-refactor-consistently-use-binarytarget-term.2 - 2023-12-13
  • 5.8.0-integration-refactor-consistently-use-binarytarget-term.1 - 2023-12-13
  • 5.8.0-integration-freebsd14.1 - 2023-12-13
  • 5.8.0-integration-fix-client-performance-global-polyfill.1 - 2023-12-07
  • 5.8.0-integration-feat-prisma-pg-worker.1 - 2023-12-19
  • 5.8.0-integration-engines-5-8-0-8-integration-mongodb-2-8-0-f60e13569866f407fae88c54f36658b3fe1ab26a.2 - 2023-12-12
  • 5.8.0-integration-engines-5-8-0-8-integration-mongodb-2-8-0-f60e13569866f407fae88c54f36658b3fe1ab26a.1 - 2023-12-12
  • 5.8.0-integration-engines-5-8-0-5-integration-wasm-decrease-size-1-3mb-939e3788636bc4a04bb8b74ac6e605825d6836b7.2 - 2023-12-11
  • 5.8.0-integration-engines-5-8-0-5-integration-wasm-decrease-size-1-3mb-939e3788636bc4a04bb8b74ac6e605825d6836b7.1 - 2023-12-11
  • 5.8.0-integration-engines-5-8-0-36-feat-qe-implement-relationloadstrategy-api-d2f09986b7514e6bda7b9fa6b000aec0c4cd8180.1 - 2024-01-08
  • 5.8.0-integration-engines-5-7-0-25-dependabot-cargo-openssl-0-10-60-9a053826a18b859f8ab4403a00edeca5623f442b.1 - 2023-12-07
  • 5.8.0-integration-chore-client-wasm-auto-include-poc.3 - 2023-12-08
  • 5.8.0-integration-chore-client-wasm-auto-include-poc.2 - 2023-12-08
  • 5.8.0-integration-chore-client-wasm-auto-include-poc.1 - 2023-12-08
  • 5.8.0-dev.53 - 2024-01-09
  • 5.8.0-dev.52 - 2024-01-08
  • 5.8.0-dev.51 - 2024-01-05
  • 5.8.0-dev.50 - 2024-01-04
  • 5.8.0-dev.49 - 2024-01-03
  • 5.8.0-dev.48 - 2024-01-03
  • 5.8.0-dev.47 - 2024-01-03
  • 5.8.0-dev.46 - 2024-01-03
  • 5.8.0-dev.45 - 2024-01-03
  • 5.8.0-dev.44 - 2024-01-03
  • 5.8.0-dev.43 - 2024-01-02
  • 5.8.0-dev.42 - 2023-12-26
  • 5.8.0-dev.41 - 2023-12-20
  • 5.8.0-dev.40 - 2023-12-20
  • 5.8.0-dev.39 - 2023-12-19
  • 5.8.0-dev.38 - 2023-12-18
  • 5.8.0-dev.37 - 2023-12-16
  • 5.8.0-dev.36 - 2023-12-16
  • 5.8.0-dev.35 - 2023-12-16
  • 5.8.0-dev.33 - 2023-12-16
  • 5.8.0-dev.32 - 2023-12-15
  • 5.8.0-dev.31 - 2023-12-15
  • 5.8.0-dev.30 - 2023-12-15
  • 5.8.0-dev.29 - 2023-12-15
  • 5.8.0-dev.28 - 2023-12-15
  • 5.8.0-dev.27 - 2023-12-15
  • 5.8.0-dev.26 - 2023-12-15
  • 5.8.0-dev.25 - 2023-12-14
  • 5.8.0-dev.24 - 2023-12-13
  • 5.8.0-dev.23 - 2023-12-13
  • 5.8.0-dev.22 - 2023-12-13
  • 5.8.0-dev.21 - 2023-12-13
  • 5.8.0-dev.20 - 2023-12-13
  • 5.8.0-dev.19 - 2023-12-13
  • 5.8.0-dev.18 - 2023-12-13
  • 5.8.0-dev.17 - 2023-12-13
  • 5.8.0-dev.16 - 2023-12-13
  • 5.8.0-dev.15 - 2023-12-12
  • 5.8.0-dev.14 - 2023-12-12
  • 5.8.0-dev.13 - 2023-12-11
  • 5.8.0-dev.12 - 2023-12-11
  • 5.8.0-dev.11 - 2023-12-11
  • 5.8.0-dev.10 - 2023-12-09
  • 5.8.0-dev.9 - 2023-12-08
  • 5.8.0-dev.8 - 2023-12-08
  • 5.8.0-dev.7 - 2023-12-08
  • 5.8.0-dev.6 - 2023-12-08
  • 5.8.0-dev.5 - 2023-12-08
  • 5.8.0-dev.4 - 2023-12-07
  • 5.8.0-dev.3 - 2023-12-07
  • 5.8.0-dev.2 - 2023-12-06
  • 5.8.0-dev.1 - 2023-12-06
  • 5.7.1 - 2023-12-18

    Today, we are issuing the 5.7.1 patch release.

    This patch fixes multiple small problems in our relationJoins preview feature. If you ran into problems when testing relationJoins before, please give it another go with 5.7.1 and share your feedback or create a bug report if you encounter any issues.

    Fixes in Prisma Client

  • 5.7.1-dev.3 - 2023-12-18
  • 5.7.1-dev.2 - 2023-12-18
  • 5.7.1-dev.1 - 2023-12-18
  • 5.7.0 - 2023-12-06
    Read more
  • 5.7.0-integration-wasm-0-0-9.1 - 2023-11-27
  • 5.7.0-integration-wasm-0-0-8.1 - 2023-11-25
  • 5.7.0-integration-test-client-wasm-engine.19 - 2023-11-29
  • 5.7.0-integration-test-client-wasm-engine.18 - 2023-11-29
  • 5.7.0-integration-test-client-wasm-engine.17 - 2023-11-29
  • 5.7.0-integration-test-client-wasm-engine.16 - 2023-11-29
  • 5.7.0-integration-test-client-wasm-engine.15 - 2023-11-29
  • 5.7.0-integration-test-client-wasm-engine.14 - 2023-11-28
  • 5.7.0-integration-test-client-wasm-engine.13 - 2023-11-28
  • 5.7.0-integration-test-client-wasm-engine.12 - 2023-11-28
  • 5.7.0-integration-test-client-wasm-engine.11 - 2023-11-28
  • 5.7.0-integration-test-client-wasm-engine.10 - 2023-11-28
  • 5.7.0-integration-test-client-wasm-engine.9 - 2023-11-28
  • 5.7.0-integration-test-client-wasm-engine.8 - 2023-11-28
  • 5.7.0-integration-test-client-wasm-engine.7 - 2023-11-28
  • 5.7.0-integration-test-client-wasm-engine.6 - 2023-11-28
  • 5.7.0-integration-test-client-wasm-engine.5 - 2023-11-28
  • 5.7.0-integration-test-client-wasm-engine.4 - 2023-11-28
  • 5.7.0-integration-test-client-wasm-engine.3 - 2023-11-28
  • 5.7.0-integration-test-client-wasm-engine.2 - 2023-11-28
  • 5.7.0-integration-test-client-wasm-engine.1 - 2023-11-28
  • 5.7.0-integration-refactor-consistently-use-binarytarget-term.1 - 2023-11-14
  • 5.7.0-integration-prisma-query-engine-wasm-0-6-1.1 - 2023-11-25
  • 5.7.0-integration-netlify-node20.6 - 2023-12-05
  • 5.7.0-integration-netlify-node20.5 - 2023-12-05
  • 5.7.0-integration-netlify-node20.4 - 2023-12-05
  • 5.7.0-integration-netlify-node20.3 - 2023-12-05
  • 5.7.0-integration-netlify-node20.2 - 2023-12-05
  • 5.7.0-integration-netlify-node20.1 - 2023-12-04
  • 5.7.0-integration-joins.11 - 2023-12-05
  • 5.7.0-integration-joins.10 - 2023-12-05
  • 5.7.0-integration-joins.9 - 2023-12-05
  • 5.7.0-integration-joins.8 - 2023-12-05
  • 5.7.0-integration-joins.7 - 2023-12-05
  • 5.7.0-integration-joins.6 - 2023-12-05
  • 5.7.0-integration-joins.5 - 2023-12-05
  • 5.7.0-integration-joins.4 - 2023-12-05
  • 5.7.0-integration-joins.3 - 2023-12-04
  • 5.7.0-integration-joins.2 - 2023-12-04
  • 5.7.0-integration-joins.1 - 2023-12-04
  • 5.7.0-integration-janpio-pdp-link.5 - 2023-12-04
  • 5.7.0-integration-janpio-pdp-link.4 - 2023-12-04
  • 5.7.0-integration-janpio-pdp-link.3 - 2023-12-04
  • 5.7.0-integration-janpio-pdp-link.2 - 2023-12-04
  • 5.7.0-integration-janpio-pdp-link.1 - 2023-12-02
  • 5.7.0-integration-fix-pg-esm.2 - 2023-11-16
  • 5.7.0-integration-fix-pg-esm.1 - 2023-11-16
  • 5.7.0-integration-fix-export-map.4 - 2023-11-15
  • 5.7.0-integration-fix-export-map.3 - 2023-11-15
  • 5.7.0-integration-fix-export-map.2 - 2023-11-15
  • 5.7.0-integration-fix-export-map.1 - 2023-11-15
  • 5.7.0-integration-fix-client-wasm-loading-edgemw.2 - 2023-11-23
  • 5.7.0-integration-fix-client-wasm-loading-edgemw.1 - 2023-11-23
  • 5.7.0-integration-engines-5-7-0-38-integration-join-support-8109c3fa441c3c6797ed19f327d9d667b102ab9a.2 - 2023-12-04
  • 5.7.0-integration-engines-5-7-0-38-integration-join-support-8109c3fa441c3c6797ed19f327d9d667b102ab9a.1 - 2023-12-04
  • 5.7.0-integration-engines-5-7-0-37-integration-join-support-cede9be04526797ca4d566d817c39432b1459987.2 - 2023-12-04
  • 5.7.0-integration-engines-5-7-0-37-integration-join-support-cede9be04526797ca4d566d817c39432b1459987.1 - 2023-12-04
  • 5.7.0-integration-engines-5-7-0-36-fix-wasm-integration-dd302ab4c61c86ae1267d1eea3dbde4cb2cede82.1 - 2023-12-04
  • 5.7.0-integration-engines-5-7-0-35-integration-join-support-410139eef35af9df36db3d2a06afe5803bbbe14f.2 - 2023-12-04
  • 5.7.0-integration-engines-5-7-0-35-integration-join-support-410139eef35af9df36db3d2a06afe5803bbbe14f.1 - 2023-12-04
  • 5.7.0-integration-engines-5-7-0-32-integration-vitess-constraint-fix-0be9fdc431b1508a63c50577d2a593f9a213e89a.2 - 2023-12-03
  • 5.7.0-integration-engines-5-7-0-32-integration-vitess-constraint-fix-0be9fdc431b1508a63c50577d2a593f9a213e89a.1 - 2023-12-03
  • 5.7.0-integration-engines-5-7-0-31-integration-vitess-constraint-fix-b59e2443af85d17d95da072b996be11f60481986.2 - 2023-12-03
  • 5.7.0-integration-engines-5-7-0-31-integration-vitess-constraint-fix-b59e2443af85d17d95da072b996be11f60481986.1 - 2023-12-03
  • 5.7.0-integration-engines-5-7-0-30-janpio-foreign-key-check-0-on-soft-reset-660136bed9126a34fe4173cded12598138a91107.1 - 2023-12-02
  • 5.7.0-integration-engines-5-7-0-29-integration-sql-nested-transactions2-e943433a36b16524e1d88f0f0b93c3d8d4ddd4c8.2 - 2023-12-01
  • 5.7.0-integration-engines-5-7-0-29-integration-sql-nested-transactions2-e943433a36b16524e1d88f0f0b93c3d8d4ddd4c8.1 - 2023-12-01
  • 5.7.0-integration-engines-5-7-0-28-integration-join-support-a84fe4386fdf0f05bd737b62e5d112ab079c7098.5 - 2023-12-04
  • 5.7.0-integration-engines-5-7-0-28-integration-join-support-a84fe4386fdf0f05bd737b62e5d112ab079c7098.4 - 2023-12-04
  • 5.7.0-integration-engines-5-7-0-28-integration-join-support-a84fe4386fdf0f05bd737b62e5d112ab079c7098.3 - 2023-12-04
  • 5.7.0-integration-engines-5-7-0-28-integration-join-support-a84fe4386fdf0f05bd737b62e5d112ab079c7098.2 - 2023-12-01
  • 5.7.0-integration-engines-5-7-0-28-integration-join-support-a84fe4386fdf0f05bd737b62e5d112ab079c7098.1 - 2023-12-01
  • 5.7.0-integration-engines-5-7-0-25-dependabot-cargo-openssl-0-10-60-9a053826a18b859f8ab4403a00edeca5623f442a.1 - 2023-12-01
  • 5.7.0-integration-engines-5-7-0-24-integration-join-support-c0f2c4c4d1983c17ab3859ff9b4791ea8758c049.4 - 2023-12-01
  • 5.7.0-integration-engines-5-7-0-24-integration-join-support-c0f2c4c4d1983c17ab3859ff9b4791ea8758c049.3 - 2023-12-01
  • 5.7.0-integration-engines-5-7-0-24-integration-join-support-c0f2c4c4d1983c17ab3859ff9b4791ea8758c049.2 - 2023-12-01
  • 5.7.0-integration-engines-5-7-0-24-integration-join-support-c0f2c4c4d1983c17ab3859ff9b4791ea8758c049.1 - 2023-12-01
  • 5.7.0-integration-engines-5-7-0-23-integration-geometry-e0f834dc25d3a4b4c821df9810dfd890335c0b86.2 - 2023-11-30
  • 5.7.0-integration-engines-5-7-0-23-integration-geometry-e0f834dc25d3a4b4c821df9810dfd890335c0b86.1 - 2023-11-30
  • 5.7.0-integration-engines-5-7-0-22-integration-sql-nested-transactions2-f486ca20b160ea1fd92f8f351f6d05eff8b478b3.2 - 2023-11-29
  • 5.7.0-integration-engines-5-7-0-22-integration-sql-nested-transactions2-f486ca20b160ea1fd92f8f351f6d05eff8b478b3.1 - 2023-11-29
  • 5.7.0-integration-engines-5-7-0-13-driver-adapters-remove-dispose-method-for-js-transaction-interface-fc5d9935df947f2d7440701bc3eb8a5e93b039e5.1 - 2023-11-21
  • 5.7.0-integration-engines-5-7-0-1-joel-engineer-retry-download-7ef6d1d93d3c39f7c636c741222dec23dd784934.1 - 2023-11-15
  • 5.7.0-integration-da-remove-dispose.3 - 2023-11-27
  • 5.7.0-integration-da-remove-dispose.2 - 2023-11-25
  • 5.7.0-integration-da-remove-dispose.1 - 2023-11-22
  • 5.7.0-integration-chore-bundle-vendors.6 - 2023-11-21
  • 5.7.0-integration-chore-bundle-vendors.5 - 2023-11-20
  • 5.7.0-integration-chore-bundle-vendors.4 - 2023-11-20
  • 5.7.0-integration-chore-bundle-vendors.3 - 2023-11-20
  • 5.7.0-integration-chore-bundle-vendors.2 - 2023-11-20
  • 5.7.0-integration-chore-bundle-vendors.1 - 2023-11-20
  • 5.7.0-integration-checkpoint-url.1 - 2023-11-27
  • 5.7.0-dev.110 - 2023-12-06
  • 5.7.0-dev.109 - 2023-12-05
  • 5.7.0-dev.108 - 2023-12-05
  • 5.7.0-dev.107 - 2023-12-05
  • 5.7.0-dev.106 - 2023-12-05
  • 5.7.0-dev.105 - 2023-12-05
  • 5.7.0-dev.104 - 2023-12-05
  • 5.7.0-dev.103 - 2023-12-05
  • 5.7.0-dev.102 - 2023-12-05
  • 5.7.0-dev.101 - 2023-12-05
  • 5.7.0-dev.100 - 2023-12-05
  • 5.7.0-dev.99 - 2023-12-05
  • 5.7.0-dev.98 - 2023-12-05
  • 5.7.0-dev.97 - 2023-12-05
  • 5.7.0-dev.96 - 2023-12-05
  • 5.7.0-dev.95 - 2023-12-04
  • 5.7.0-dev.94 - 2023-12-04
  • 5.7.0-dev.93 - 2023-12-04
  • 5.7.0-dev.92 - 2023-12-04
  • 5.7.0-dev.91 - 2023-12-04
  • 5.7.0-dev.90 - 2023-12-04
  • 5.7.0-dev.89 - 2023-12-04
  • 5.7.0-dev.88 - 2023-12-04
  • 5.7.0-dev.87 - 2023-12-04
  • 5.7.0-dev.86 - 2023-12-04
  • 5.7.0-dev.85 - 2023-12-04
  • 5.7.0-dev.84 - 2023-12-04
  • 5.7.0-dev.83 - 2023-12-04
  • 5.7.0-dev.82 - 2023-12-04
  • 5.7.0-dev.81 - 2023-12-04
  • 5.7.0-dev.80 - 2023-12-01
  • 5.7.0-dev.79 - 2023-12-01
  • 5.7.0-dev.78 - 2023-12-01
  • 5.7.0-dev.77 - 2023-12-01
  • 5.7.0-dev.76 - 2023-12-01
  • 5.7.0-dev.75 - 2023-12-01
  • 5.7.0-dev.74 - 2023-12-01
  • 5.7.0-dev.73 - 2023-12-01
  • 5.7.0-dev.72 - 2023-12-01
  • 5.7.0-dev.71 - 2023-11-30
  • 5.7.0-dev.70 - 2023-11-30
  • 5.7.0-dev.69 - 2023-11-30
  • 5.7.0-dev.68 - 2023-11-30
  • 5.7.0-dev.67 - 2023-11-30
  • 5.7.0-dev.66 - 2023-11-30
  • 5.7.0-dev.65 - 2023-11-30
  • 5.7.0-dev.64 - 2023-11-29
  • 5.7.0-dev.63 - 2023-11-29
  • 5.7.0-dev.62 - 2023-11-29
  • 5.7.0-dev.61 - 2023-11-29
  • 5.7.0-dev.60 - 2023-11-29
  • 5.7.0-dev.59 - 2023-11-29
  • 5.7.0-dev.58 - 2023-11-29
  • 5.7.0-dev.57 - 2023-11-28
  • 5.7.0-dev.56 - 2023-11-28
  • 5.7.0-dev.55 - 2023-11-28
  • 5.7.0-dev.54 - 2023-11-27
  • 5.7.0-dev.53 - 2023-11-27
  • 5.7.0-dev.52 - 2023-11-27
  • 5.7.0-dev.51 - 2023-11-27
  • 5.7.0-dev.50 - 2023-11-27
  • 5.7.0-dev.49 - 2023-11-27
  • 5.7.0-dev.48 - 2023-11-27
  • 5.7.0-dev.47 - 2023-11-24
  • 5.7.0-dev.46 - 2023-11-24
  • 5.7.0-dev.45 - 2023-11-23
  • 5.7.0-dev.44 - 2023-11-23
  • 5.7.0-dev.43 - 2023-11-23
  • 5.7.0-dev.42 - 2023-11-23
  • 5.7.0-dev.41 - 2023-11-22
  • 5.7.0-dev.40 - 2023-11-22
  • 5.7.0-dev.39 - 2023-11-22
  • 5.7.0-dev.38 - 2023-11-22
  • 5.7.0-dev.37 - 2023-11-21
  • 5.7.0-dev.36 - 2023-11-21
  • 5.7.0-dev.35 - 2023-11-21
  • 5.7.0-dev.34 - 2023-11-21
  • 5.7.0-dev.33 - 2023-11-21
  • 5.7.0-dev.32 - 2023-11-21
  • 5.7.0-dev.31 - 2023-11-20
  • 5.7.0-dev.30 - 2023-11-20
  • 5.7.0-dev.29 - 2023-11-20
  • 5.7.0-dev.28 - 2023-11-20
  • 5.7.0-dev.27 - 2023-11-20
  • 5.7.0-dev.26 - 2023-11-20
  • 5.7.0-dev.25 - 2023-11-17
  • 5.7.0-dev.24 - 2023-11-17
  • 5.7.0-dev.23 - 2023-11-17
  • 5.7.0-dev.22 - 2023-11-17
  • 5.7.0-dev.21 - 2023-11-17
  • 5.7.0-dev.20 - 2023-11-17
  • 5.7.0-dev.19 - 2023-11-16
  • 5.7.0-dev.18 - 2023-11-16
  • 5.7.0-dev.17 - 2023-11-16
  • 5.7.0-dev.16 - 2023-11-16
  • 5.7.0-dev.15 - 2023-11-16
  • 5.7.0-dev.14 - 2023-11-16
  • 5.7.0-dev.13 - 2023-11-16
  • 5.7.0-dev.12 - 2023-11-16
  • 5.7.0-dev.11 - 2023-11-16
  • 5.7.0-dev.10 - 2023-11-16
  • 5.7.0-dev.9 - 2023-11-15
  • 5.7.0-dev.8 - 2023-11-15
  • 5.7.0-dev.7 - 2023-11-15
  • 5.7.0-dev.6 - 2023-11-15
  • 5.7.0-dev.5 - 2023-11-15
  • 5.7.0-dev.4 - 2023-11-15
  • 5.7.0-dev.3 - 2023-11-15
  • 5.7.0-dev.2 - 2023-11-15
  • 5.7.0-dev.1 - 2023-11-15
  • 5.6.0 - 2023-11-14
    Read more
from @prisma/client GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants