Skip to content

Bump undici from 6.23.0 to 6.24.1#460

Merged
BrandtH22 merged 1 commit intomainfrom
dependabot/npm_and_yarn/undici-6.24.1
Apr 9, 2026
Merged

Bump undici from 6.23.0 to 6.24.1#460
BrandtH22 merged 1 commit intomainfrom
dependabot/npm_and_yarn/undici-6.24.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps undici from 6.23.0 to 6.24.1.

Release notes

Sourced from undici's releases.

v6.24.1

Full Changelog: nodejs/undici@v6.24.0...v6.24.1

v6.24.0

Undici v6.24.0 Security Release Notes (LTS)

This release backports fixes for security vulnerabilities affecting the v6 line.

Upgrade guidance

All users on v6 should upgrade to v6.24.0 or later.

Fixed advisories

Not applicable to v6

Affected and patched ranges (v6)

References

Commits
  • c0cf656 Bumped v6.24.1
  • f5a9f0c Fix v6 release workflow branch targeting
  • af2cb8f wqremove maxDecompressedMessageSize (#4891)
  • 8873c94 Bumped v6.24.0
  • 411bd01 test(websocket): use node:assert for Node 18 compatibility
  • 844bf59 test: fix http2 lint regressions in backport
  • a444e4f test: stabilize h2 and tls-cert-leak under current test runner
  • dc032a1 fix: h2 CI (#4395)
  • 4cd3f4b test: increase bitness in test/fixtures/*.pem (#3659)
  • 7df6442 fix: adapt websocket frame-limit handling for v6 parser
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

Note

Low Risk
Low risk dependency-only change limited to package-lock.json; main risk is unexpected behavioral changes in the transitive HTTP/WebSocket client used by tooling or dependencies.

Overview
Updates the locked undici version from 6.23.0 to 6.24.1 in package-lock.json, pulling in the latest v6 patch/security fixes for the transitive dependency.

Written by Cursor Bugbot for commit 1ad7e5d. This will update automatically on new commits. Configure here.

Bumps [undici](https://github.com/nodejs/undici) from 6.23.0 to 6.24.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.23.0...v6.24.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 6.24.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 14, 2026
@github-actions
Copy link
Copy Markdown

🤖 Cursor Dependency Analysis

Here's my analysis of the undici 6.23.0 -> 6.24.1 upgrade:

1. Where undici is used

undici is not a direct dependency. It's a transitive dependency pulled in by cheerio (v1.0.0-rc.12), which is itself used by @docusaurus/plugin-content-blog and @easyops-cn/docusaurus-search-local. No source files in this repo import or reference undici directly.

2. API intersection with changes

The upstream changes fall into two categories:

  • HTTP request hardening (lib/core/request.js): now rejects duplicate content-length and host headers, and validates the upgrade header against CRLF injection. These are stricter input-validation guards. Docusaurus/cheerio make standard HTTP requests and won't send duplicate headers, so no impact.
  • WebSocket fixes (lib/web/websocket/permessage-deflate.js, frame-limit handling): adds decompression size limits, validates server_max_window_bits, and fixes 64-bit frame length overflow. This repo is a static documentation site -- it does not use WebSocket features at all.

No changed APIs intersect with how this project uses undici.

3. Risks / unknowns

  • Very low risk. All changes are security hardening (stricter validation, new size limits) with no breaking behavioral changes for well-formed HTTP requests.
  • The only theoretical risk is the new duplicate-header rejection, but Docusaurus/cheerio don't produce duplicate headers.
  • v6.24.1 removed maxDecompressedMessageSize that was briefly introduced in v6.24.0, so there's no new public API surface to worry about.
  • Same major version (v6 LTS line), patch-level bump.

4. Recommendation

Merge. This is a security-only release fixing 5 CVEs (3 High, 2 Medium). The fixes are all internal hardening with no API surface changes relevant to this static documentation site. There is no reason to hold.

Copy link
Copy Markdown
Contributor

@BrandtH22 BrandtH22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@BrandtH22 BrandtH22 merged commit 6383b9e into main Apr 9, 2026
11 checks passed
@BrandtH22 BrandtH22 deleted the dependabot/npm_and_yarn/undici-6.24.1 branch April 9, 2026 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changed Required label for PR that categorizes merge commit message as "Changed" for changelog 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.

1 participant