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 @@ -71,7 +71,7 @@
},
"dependencies": {
"axios": "^1.2.0",
"fastify": "^3.27.1",
"fastify": "^5.7.3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Align declared Node support with Fastify 5 requirement

Upgrading to fastify@^5.7.3 while keeping "engines": { "node": ">=12.0.0" } makes the package advertise support for Node versions that Fastify 5 does not support, so users on older Node releases can install this version and then hit startup/runtime failures from the framework itself. Please update the declared Node engine floor (or avoid the Fastify 5 jump) so install-time compatibility matches actual runtime requirements.

Useful? React with 👍 / 👎.

"find-up": "^6.3.0"
},
"bin": {
Expand Down
Loading