Skip to content

Bump body-parser, express and netlify-cli - #15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-2cf2a39a8d
Open

Bump body-parser, express and netlify-cli#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-2cf2a39a8d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown

Bumps body-parser to 1.20.6 and updates ancestor dependencies body-parser, express and netlify-cli. These dependencies need to be updated together.

Updates body-parser from 1.20.0 to 1.20.6

Release notes

Sourced from body-parser's releases.

1.20.6

Important: Security

What's Changed

Full Changelog: expressjs/body-parser@1.20.5...1.20.6

v1.20.5

What's Changed

The reason for this release is a fix to the extended urlencoded parser returning objects instead of arrays for large array inputs (> 100) on qs@6.14.2+. (expressjs/body-parser#716)

New Contributors

Special thanks to triager @​krzysdz for keeping this on our radar and effectively triaging the specific issue!

Full Changelog: expressjs/body-parser@1.20.4...1.20.5

1.20.4

What's Changed

Full Changelog: expressjs/body-parser@1.20.3...1.20.4

1.20.3

What's Changed

Important

  • deps: qs@6.13.0
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity). Documentation

... (truncated)

Changelog

Sourced from body-parser's changelog.

1.20.6 / 2026-07-09

  • Security fix for GHSA-v422-hmwv-36x6
  • 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

1.20.5 / 2026-04-24

  • refactor(json): simplify strict mode error string construction
  • fix: extended urlencoded parsing of arrays with >100 elements (#716)
  • deps: qs@~6.15.1

1.20.4 / 2025-12-01

  • deps: qs@~6.14.0
  • deps: use tilde notation for dependencies
  • deps: http-errors@~2.0.1
  • deps: raw-body@~2.5.3

1.20.3 / 2024-09-10

  • deps: qs@6.13.0
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)

1.20.2 / 2023-02-21

  • Fix strict json error message on Node.js 19+
  • deps: content-type@~1.0.5
    • perf: skip value escaping when unnecessary
  • deps: raw-body@2.5.2

1.20.1 / 2022-10-06

  • deps: qs@6.11.0
  • perf: remove unnecessary object clone
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.


Updates express from 4.18.1 to 4.22.2

Release notes

Sourced from express's releases.

v4.22.2

What's Changed

  • fix: restore >20 array parsing for req.query repeated keys (8d09bfe6)
    • 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.
  • deps: qs@~6.15.1
  • deps: body-parser@~1.20.5

New Contributors

Full Changelog: expressjs/express@v4.22.1...v4.22.2

v4.22.1

What's Changed

[!IMPORTANT]
The prior release (4.22.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

Full Changelog: expressjs/express@4.22.0...v4.22.1

4.22.0

Important: Security

What's Changed

Full Changelog: expressjs/express@4.21.2...4.22.0

4.21.2

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

4.22.2 / 2026-05-011

  • fix: restore >20 array parsing for req.query repeated keys (8d09bfe6)
    • 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.
  • deps: qs@~6.15.1
  • deps: body-parser@~1.20.5

4.22.1 / 2025-12-01

  • Revert security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
    • The prior release (4.22.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

4.22.0 / 2025-12-01

4.21.2 / 2024-11-06

  • deps: path-to-regexp@0.1.12
    • Fix backtracking protection
  • deps: path-to-regexp@0.1.11
    • Throws an error on invalid path values

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

  • Deprecate res.location("back") and res.redirect("back") magic string
  • deps: serve-static@1.16.2
    • includes send@0.19.0
  • deps: finalhandler@1.3.1
  • deps: qs@6.13.0

4.20.0 / 2024-09-10

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jonchurch, a new releaser for express since your current version.


Updates netlify-cli from 15.7.0 to 27.0.0

Release notes

Sourced from netlify-cli's releases.

v27.0.0

27.0.0 (2026-07-24)

⚠ BREAKING CHANGES

  • cli: document exit codes, usage errors use exit code 2 (#8329)
  • drop support for Node.js 20, require 22.13.0+ (#8356)

Features

  • cli: document exit codes, usage errors use exit code 2 (#8329) (9098467)
  • drop support for Node.js 20, require 22.13.0+ (#8356) (8943e38)

Bug Fixes

  • cli: piped --help no longer glues flag names to descriptions (#8330) (4b87cc7)
  • init: fix handling of gitlab repos (#7945) (f214e69)

v26.2.0

26.2.0 (2026-07-06)

Features

Bug Fixes

  • add a stacktrace for monitoring (#8301) (30ba6a1)
  • add commandname to error reporting (#8303) (004df96)
  • deps: replace lodash with native utilities (#8189) (137fbf0)
  • deps: update dependency @​netlify/blobs to ^10.7.9 (#8291) (419a749)
  • deps: update dependency @​netlify/dev to ^4.18.7 (#8292) (1985b3b)
  • deps: update dependency @​netlify/dev-utils to ^4.4.6 (#8293) (392af83)
  • deps: update dependency @​netlify/edge-functions to ^3.0.8 (#8295) (7d00215)
  • deps: update dependency @​netlify/functions to ^5.3.0 (#8296) (42393a4)
  • deps: update dependency @​netlify/images to ^1.3.10 (#8298) (20fb23d)
  • dev: execute dev command with shell operators (&&, ||, etc.) (#8234) (d07599e)
  • silence zip output when creating source zips (#8323) (e6fbebc)

v26.1.0

26.1.0 (2026-05-31)

Features

  • add support for new function config properties (#8278) (826fde7)

... (truncated)

Changelog

Sourced from netlify-cli's changelog.

27.0.0 (2026-07-24)

⚠ BREAKING CHANGES

  • cli: document exit codes, usage errors use exit code 2 (#8329)
  • drop support for Node.js 20, require 22.13.0+ (#8356)

Features

  • cli: document exit codes, usage errors use exit code 2 (#8329) (9098467)
  • drop support for Node.js 20, require 22.13.0+ (#8356) (8943e38)

Bug Fixes

  • cli: piped --help no longer glues flag names to descriptions (#8330) (4b87cc7)
  • init: fix handling of gitlab repos (#7945) (f214e69)

26.2.0 (2026-07-06)

Features

Bug Fixes

  • add a stacktrace for monitoring (#8301) (30ba6a1)
  • add commandname to error reporting (#8303) (004df96)
  • deps: replace lodash with native utilities (#8189) (137fbf0)
  • deps: update dependency @​netlify/blobs to ^10.7.9 (#8291) (419a749)
  • deps: update dependency @​netlify/dev to ^4.18.7 (#8292) (1985b3b)
  • deps: update dependency @​netlify/dev-utils to ^4.4.6 (#8293) (392af83)
  • deps: update dependency @​netlify/edge-functions to ^3.0.8 (#8295) (7d00215)
  • deps: update dependency @​netlify/functions to ^5.3.0 (#8296) (42393a4)
  • deps: update dependency @​netlify/images to ^1.3.10 (#8298) (20fb23d)
  • dev: execute dev command with shell operators (&&, ||, etc.) (#8234) (d07599e)
  • silence zip output when creating source zips (#8323) (e6fbebc)

26.1.0 (2026-05-31)

Features

  • add support for new function config properties (#8278) (826fde7)

Bug Fixes

... (truncated)

Commits
  • 4f58a08 chore(main): release 27.0.0 (#8343)
  • 9098467 feat(cli)!: document exit codes, usage errors use exit code 2 (#8329)
  • 8943e38 feat!: drop support for Node.js 20, require 22.13.0+ (#8356)
  • f214e69 fix(init): fix handling of gitlab repos (#7945)
  • 4b87cc7 fix(cli): piped --help no longer glues flag names to descriptions (#8330)
  • 2537474 chore(deps): update dependency ws to v8.21.0 [security] (#8310)
  • d925b1a chore: add context7.json to claim ownership (#8340)
  • c3e78e3 chore(website): update dependency astro to v6.4.6 [security] (#8309)
  • 7c10162 chore(main): release 26.2.0 (#8290)
  • 3c41e72 test: fix edge functions watch-ignore path assertions on Windows (#8327)
  • Additional commits viewable in compare view
Install script changes

This version modifies postinstall script that runs during installation. Review the package contents before updating.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [body-parser](https://github.com/expressjs/body-parser) to 1.20.6 and updates ancestor dependencies [body-parser](https://github.com/expressjs/body-parser), [express](https://github.com/expressjs/express) and [netlify-cli](https://github.com/netlify/cli). These dependencies need to be updated together.


Updates `body-parser` from 1.20.0 to 1.20.6
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.0...1.20.6)

Updates `express` from 4.18.1 to 4.22.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/v4.22.2/History.md)
- [Commits](expressjs/express@4.18.1...v4.22.2)

Updates `netlify-cli` from 15.7.0 to 27.0.0
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v15.7.0...v27.0.0)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-version: 1.20.6
  dependency-type: indirect
- dependency-name: express
  dependency-version: 4.22.2
  dependency-type: indirect
- dependency-name: netlify-cli
  dependency-version: 27.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants