We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apparently, the project depends on a vulnerable version of prisma/internals (5.3.1). This vulnerability is related to a Regular Expression Denial of Service (ReDoS) in cross-spawn.
prisma/internals (5.3.1)
I suggest updating to Prisma 6.0. However, my concern is whether the breaking changes in this upgrade will have any impact on this library.
Prisma 6.0
The text was updated successfully, but these errors were encountered:
The minimum change necessary is to upgrade both @prisma/generator-helper and @prisma/internals to 5.7.0, which may be less risky.
@prisma/generator-helper
@prisma/internals
5.7.0
This can be worked around with overrides. e.g. for npm:
"overrides": { "@prisma/generator-helper": "5.7.0", "@prisma/internals": "5.7.0" }
Also, this is a duplicate of #96
Sorry, something went wrong.
No branches or pull requests
Apparently, the project depends on a vulnerable version of
prisma/internals (5.3.1)
. This vulnerability is related to a Regular Expression Denial of Service (ReDoS) in cross-spawn.I suggest updating to
Prisma 6.0
. However, my concern is whether the breaking changes in this upgrade will have any impact on this library.The text was updated successfully, but these errors were encountered: