You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4.x update qs to 6.15.1, body-parser 1.20.5 (#7224)
* deps(qs): bump qs to ~6.15.1
* deps: bump body-parser to ~1.20.5
this allows us to align qs semver in both express and body-parser
* docs: update History.md
* This also unifies array-cap behavior across notations. Indexed notation (`a[0]=...`) was historically capped at qs's default `arrayLimit` of 20 even in older qs versions; after this change it also allows up to 1000 items.
0 commit comments