Skip to content

fix(deps): update dependency express to v4.22.2 - #238

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

fix(deps): update dependency express to v4.22.2#238
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/express-4.x

Conversation

@renovate

@renovaterenovateBot commented May 28, 2023

Copy link
Copy Markdown

This PR contains the following updates:

PackageChangeAgeConfidence
express (source)4.18.14.22.2ageconfidence

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

v4.19.2

Compare Source

==========

  • Improved fix for open redirect allow list bypass

v4.19.1

Compare Source

==========

  • Allow passing non-strings to res.location with new encoding handling checks

v4.19.0

Compare Source

==========

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@​0.6.0

v4.18.3

Compare Source

==========

  • Fix routing requests without method
  • deps: body-parser@​1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@​2.5.2
  • deps: cookie@​0.6.0
    • Add partitioned option

v4.18.2

Compare Source

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

  • Fix regression routing a large stack in a single route
  • deps: body-parser@​1.20.1
    • deps: qs@​6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@​6.11.0

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 this update again.


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

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

@renovaterenovateBot changed the title fix(deps): update dependency express to v4.18.2fix(deps): update dependency express to v4.18.3Feb 29, 2024
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from ca3b7e9 to fdbe0b8CompareFebruary 29, 2024 13:00
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from fdbe0b8 to 06e62f0CompareMarch 20, 2024 16:44
@renovaterenovateBot changed the title fix(deps): update dependency express to v4.18.3fix(deps): update dependency express to v4.19.0Mar 20, 2024
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from 06e62f0 to 7894a02CompareMarch 20, 2024 23:39
@renovaterenovateBot changed the title fix(deps): update dependency express to v4.19.0fix(deps): update dependency express to v4.19.1Mar 20, 2024
@renovaterenovateBot changed the title fix(deps): update dependency express to v4.19.1fix(deps): update dependency express to v4.19.2Mar 25, 2024
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from 7894a02 to bf2151dCompareMarch 25, 2024 16:59
@renovaterenovateBot changed the title fix(deps): update dependency express to v4.19.2fix(deps): update dependency express to v4.20.0Sep 10, 2024
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from bf2151d to 07bbbcaCompareSeptember 10, 2024 05:00
@renovaterenovateBot changed the title fix(deps): update dependency express to v4.20.0fix(deps): update dependency express to v4.21.0Sep 12, 2024
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from 07bbbca to fc5f5bbCompareSeptember 12, 2024 00:23
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from fc5f5bb to 08ea2f7CompareOctober 8, 2024 21:58
@renovaterenovateBot changed the title fix(deps): update dependency express to v4.21.0fix(deps): update dependency express to v4.21.1Oct 8, 2024
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from 08ea2f7 to 3b9af8eCompareDecember 5, 2024 23:30
@renovaterenovateBot changed the title fix(deps): update dependency express to v4.21.1fix(deps): update dependency express to v4.21.2Dec 5, 2024
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from 3b9af8e to 9ca21c3CompareAugust 10, 2025 14:34
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from 9ca21c3 to c96511dCompareSeptember 25, 2025 15:58
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from c96511d to 154b84cCompareDecember 1, 2025 19:49
@renovaterenovateBot changed the title fix(deps): update dependency express to v4.21.2fix(deps): update dependency express to v4.22.0Dec 1, 2025
@renovaterenovateBot changed the title fix(deps): update dependency express to v4.22.0fix(deps): update dependency express to v4.22.1Dec 1, 2025
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from 154b84c to cf3e6abCompareDecember 1, 2025 22:06
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from cf3e6ab to a6dd4abCompareDecember 31, 2025 15:59
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from a6dd4ab to 10de3c6CompareJanuary 8, 2026 19:50
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from 10de3c6 to 7c396dbCompareFebruary 12, 2026 16:46
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from 7c396db to eced272CompareMarch 5, 2026 20:44
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from eced272 to 7da93b5CompareApril 1, 2026 20:58
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from 7da93b5 to 7d66386CompareApril 8, 2026 21:05
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from 7d66386 to 528e75dCompareApril 29, 2026 16:38
@renovaterenovateBot changed the title fix(deps): update dependency express to v4.22.1fix(deps): update dependency express to v4.22.2May 11, 2026
@renovate
renovateBotforce-pushed the renovate/express-4.x branch 2 times, most recently from 55b724e to e95a4c2CompareMay 18, 2026 09:29
@renovate
renovateBotforce-pushed the renovate/express-4.x branch 2 times, most recently from ad8a716 to ff599cbCompareJune 1, 2026 22:42
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from ff599cb to 620dc8cCompareJune 11, 2026 13:50
@renovate
renovateBotforce-pushed the renovate/express-4.x branch from 620dc8c to 608928cCompareJuly 12, 2026 11:32
Sign up for freeto 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