Uh oh!
There was an error while loading. Please reload this page.
chore(deps): update dependency express to v4.22.2 - #58
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
yumike added a commit
that referenced
this pull request
Aug 9, 2026
Alert #58 (GHSA-qjx8-664m-686j / CVE-2026-46625, prototype hijack in assign() enabling cookie-attribute injection) affects js-cookie <= 3.0.5 and is fixed only on the 3.x line. The 2.x line ended at 2.2.1 in 2019, so no in-range upgrade existed: react-use 17.6.0 declares js-cookie "^2.2.1", which caps below 3.0.0. react-use 17.6.1 (2026-06-10) widened that to "^3.0.0", and every consumer already declares react-use ^17.2.4 / ^17.3.2, so re-resolving reaches it: react-use 17.6.0 -> 17.6.1 js-cookie 2.2.1 -> 3.0.8 @types/js-cookie 2.2.7 -> 3.0.6 js-cookie 2 -> 3 is a major (default path behaviour, noConflict removal, ESM-first build), so this was verified beyond the usual pipeline: the frontend suite passes in isolation, and the built app bundle contains no `document.cookie` across all 268 emitted files — react-use's useCookie hook is not reachable from our import graph and is tree-shaken away entirely. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.22.1→4.22.2Release Notes
expressjs/express (express)
v4.22.2Compare Source
What's Changed
req.queryrepeated keys (8d09bfe6)a[0]=...) was historically capped at qs's defaultarrayLimitof 20 even in older qs versions; after this change it also allows up to 1000 items.New Contributors
Full Changelog: expressjs/express@v4.22.1...v4.22.2
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.