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.2
body-parser: ~1.20.2
Requested Upgrades
Please consider upgrading to the latest stable versions:
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!
Summary
I would like to request an upgrade of the
expressandbody-parserdependencies in the routing-controllers library to their latest versions.Current Status
currently routing-controllers uses:
express: ~4.21.2body-parser: ~1.20.2Requested 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-parserhas been built into Express itself. Consider:body-parsercan be removed entirely in favour of Express's built-in parsingThank you for maintaining this excellent library!