Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@sentry/node": "latest || *",
"@types/node": "^18.19.1",
"fastify": "3.29.5",
"fastify": "5.7.3",
Copy link

Choose a reason for hiding this comment

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

Fastify 5 upgrade breaks Fastify 3 compatibility test

Medium Severity

The test application node-fastify-3 is explicitly named and designed to test Sentry's integration with Fastify version 3 (note the -3 suffix and comments like // Fastify V3 is not typed correctly in the source files). Upgrading to Fastify 5.7.3 defeats this purpose entirely - the test no longer validates Fastify 3 compatibility. This appears to be an automated Dependabot security fix that doesn't understand the semantic meaning of the test directory name. If Fastify 3 support is still needed, this upgrade should not happen. If Fastify 3 support is being dropped, the directory and related comments need updating.

Fix in Cursor Fix in Web

"typescript": "~5.0.0",
"ts-node": "10.9.1"
},
Expand Down
Loading