Skip to content

fix(deps): update dependency express to ~4.22.0 - #21

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/express-4.x
Open

fix(deps): update dependency express to ~4.22.0#21
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/express-4.x

Conversation

@renovate

@renovate renovate Bot commented Jan 8, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
express (source) ~4.19.2~4.22.0 age confidence
@types/express (source) 4.17.214.17.25 age confidence

Release Notes

expressjs/express (express)

v4.22.2

Compare Source

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

Compare Source

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

v4.22.0

Compare Source

Important: Security

What's Changed

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

v4.21.2

Compare Source

What's Changed

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

v4.21.1

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

v4.20.0

Compare Source

==========

  • 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
    • 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)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@​0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot

changeset-bot Bot commented Jan 8, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 61a93c7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/express-4.x branch from f1e797e to 7b36931 Compare May 17, 2025 03:24
@renovate
renovate Bot force-pushed the renovate/express-4.x branch from 7b36931 to ddba299 Compare June 7, 2025 06:45
@renovate
renovate Bot force-pushed the renovate/express-4.x branch 3 times, most recently from 744ff26 to a33df5b Compare October 27, 2025 22:14
@renovate
renovate Bot force-pushed the renovate/express-4.x branch from a33df5b to 8c486cb Compare November 10, 2025 15:55
@renovate renovate Bot changed the title fix(deps): update dependency express to ~4.21.0 fix(deps): update dependency express to ~4.22.0 Dec 1, 2025
@renovate
renovate Bot force-pushed the renovate/express-4.x branch 2 times, most recently from 12ea511 to e03295b Compare December 2, 2025 03:13
@renovate
renovate Bot force-pushed the renovate/express-4.x branch from e03295b to 5b6e4b9 Compare December 31, 2025 17:45
@renovate
renovate Bot force-pushed the renovate/express-4.x branch from 5b6e4b9 to a181f73 Compare February 2, 2026 20:59
@renovate
renovate Bot force-pushed the renovate/express-4.x branch from a181f73 to 61a93c7 Compare February 12, 2026 10:56
@renovate
renovate Bot force-pushed the renovate/express-4.x branch from 61a93c7 to 4a899cb Compare March 26, 2026 17:31
@renovate
renovate Bot force-pushed the renovate/express-4.x branch 2 times, most recently from 92076a3 to 5320ea5 Compare May 18, 2026 19:02
@renovate
renovate Bot force-pushed the renovate/express-4.x branch from 5320ea5 to 9bc1ebf Compare July 21, 2026 01:31
@renovate
renovate Bot force-pushed the renovate/express-4.x branch from 9bc1ebf to 8109f6c Compare August 14, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants