-
Notifications
You must be signed in to change notification settings - Fork 398
Open
Labels
status: needs triageIssues which needs to be reproduced to be verified report.Issues which needs to be reproduced to be verified report.type: fixIssues describing a broken feature.Issues describing a broken feature.
Description
Summary
I would like to request an upgrade of the express
and body-parser
dependencies in the routing-controllers library to their latest versions.
Current Status
currently routing-controllers uses:
express
: ~4.21.2body-parser
: ~1.20.2
Requested Upgrades
Please consider upgrading to the latest stable versions:
express
: ~5.1.0 (https://www.npmjs.com/package/express)body-parser
: ~2.2.0 (https://www.npmjs.com/package/body-parser)
Important Note About body-parser
It's worth noting that since Express 4.16.0, the functionality of body-parser
has been built into Express itself. Consider:
- Whether
body-parser
can be removed entirely in favour of Express's built-in parsing - This would reduce the dependency footprint and potential security surface
Thank you for maintaining this excellent library!
Metadata
Metadata
Assignees
Labels
status: needs triageIssues which needs to be reproduced to be verified report.Issues which needs to be reproduced to be verified report.type: fixIssues describing a broken feature.Issues describing a broken feature.