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
4 changes: 2 additions & 2 deletions packages/email-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"cron": "^2.1.0",
"dotenv": "^16.0.3",
"encoding": "^0.1.13",
"fastify": "^4.0.0",
"fastify-cli": "^5.5.1",
"fastify": "^5.7.3",
"fastify-cli": "^7.0.0",
Comment on lines +43 to +44
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

This upgrade to fastify v5 is a breaking change and is dangerously incomplete. It will likely break the email-server because the associated @fastify/* plugins have not been updated for compatibility with Fastify v5.

More importantly, this change only applies to one of three packages in this monorepo, leaving api-server and job-server still using the vulnerable fastify@4. This PR should be closed, and a comprehensive upgrade should be performed manually across all affected packages to correctly resolve the security issue without breaking the applications.

"fastify-cron": "^1.3.1",
"fastify-plugin": "^4.3.0",
"html-minifier": "^4.0.0",
Expand Down
Loading