Skip to content

v48.2.2

Choose a tag to compare

@flowzone-app flowzone-app released this 21 Jul 00:34
5a0275f

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 limit option validation (#​698)
  • deps:
expressjs/body-parser (body-parser)

v2.3.0

Compare Source

========================

  • 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 limit option validation (#​698)
    • Invalid limit values (e.g. unparseable strings or NaN) now throw instead of being silently ignored, which previously disabled size limit enforcement
    • null and undefined fall back to the default 100kb limit
  • 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)