Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.826.0",
"@maxmind/geoip2-node": "^6.1.0",
"@prisma/client": "^6.13.0",
"@prisma/client": "^6.19.0",
Copy link

Copilot AI Dec 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The @prisma/client dependency is being upgraded to ^6.19.0, but the corresponding prisma dev dependency on line 62 remains at ^6.13.0. These versions should match to avoid potential compatibility issues. The prisma CLI version should be updated to ^6.19.0 as well.

Copilot uses AI. Check for mistakes.
"@simplewebauthn/server": "^10.0.1",
"axios": "^1.9.0",
"base32-encode": "^2.0.0",
Expand Down
Loading