With the release of prisma v7, the nodejs engine versions have been bumped and should be [aligned with eslint 10](https://github.com/prisma/prisma/pull/28179#issuecomment-3378463635), as far as I understand. But while eslint 10 [allows node >=24](https://github.com/eslint/eslint/blob/ef7028c9688dc931051a4217637eb971efcbd71b/package.json#L219), prisma libraries were [limited to ^24.0](https://github.com/prisma/prisma/blob/177882704271b747b3618b0cf6790e46f2432b7a/package.json#L7), which blocks newer releases.