Hi finalhandler maintainers,
I noticed in the changelog for the latest release (v2.0.0) that there is a breaking change which states:
drop support for node <18
However, it seems that the package.json engines field was not updated to reflect this change.
Would it be possible to update the engines field in package.json to explicitly specify the range of supported Node.js versions? This would greatly help in ensuring compatibility when upgrading to finalhandler v2.0.0.
Thank you for all your hard work on this project!