v48.2.2
Update dependency body-parser to v2.3.0 [SECURITY]
Notable changes
- Security fix for GHSA-v422-hmwv-36x6
- fix: use static exports instead of lazy getters to improve ESM compatibility
- feat: add subpath exports for individual parsers
- fix: improve
limitoption validation (#698) - deps:
expressjs/body-parser (body-parser)
v2.3.0
========================
- Security fix for GHSA-v422-hmwv-36x6
- fix: use static exports instead of lazy getters to improve ESM compatibility
- feat: add subpath exports for individual parsers
- fix: improve
limitoption validation (#698)- Invalid
limitvalues (e.g. unparseable strings orNaN) now throw instead of being silently ignored, which previously disabled size limit enforcement nullandundefinedfall back to the default 100kb limit
- Invalid
- deps:
- content-type@^2.0.0
- http-errors@^2.0.1
- iconv-lite^0.7.2
- qs@^6.15.2
- raw-body@^3.0.2
- type-is@^2.1.0
List of commits
d492e39 (Update dependency body-parser to v2.3.0 [SECURITY], 2026-07-21)