Skip to content

chore(deps): bump undici from 7.16.0 to 7.18.2#15

Merged
endalk200 merged 1 commit intomainfrom
dependabot/npm_and_yarn/undici-7.18.2
Jan 15, 2026
Merged

chore(deps): bump undici from 7.16.0 to 7.18.2#15
endalk200 merged 1 commit intomainfrom
dependabot/npm_and_yarn/undici-7.18.2

Conversation

@dependabot
Copy link
Contributor

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

Bumps undici from 7.16.0 to 7.18.2.

Release notes

Sourced from undici's releases.

v7.18.2

⚠️ Security Release

This fixes GHSA-g9mf-h72j-4rw9 and CVE-2026-22036.

What's Changed

Full Changelog: nodejs/undici@v7.18.1...v7.18.2

v7.18.1

What's Changed

Full Changelog: nodejs/undici@v7.18.0...v7.18.1

v7.18.0

What's Changed

Full Changelog: nodejs/undici@v7.17.0...v7.18.0

v7.17.0

What's Changed

... (truncated)

Commits
  • 7e5cb2d Bumped v7.18.2 (#4730)
  • b04e3cb fix(decompress): limit Content-Encoding chain to 5 to prevent resource exhaus...
  • 2bcb77b Bumped v7.18.1 (#4728)
  • 58a12b7 build(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#4719)
  • 5fa2930 build(deps): bump step-security/harden-runner from 2.13.1 to 2.14.0 (#4718)
  • fbbe283 docs: add security warning for strictContentLength option (#4726)
  • ce12d9e fix: do not crash if Node.js is compiled without SSL (#4727)
  • ebe3e33 Bumped v7.18.0 (#4725)
  • 4e9b88b fix: limit Content-Encoding chain to 5 to prevent resource exhaustion
  • d560767 Bumped v7.17.0 (#4724)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

Greptile Summary

Updates undici from 7.16.0 to 7.18.2 to patch CVE-2026-22036, a resource exhaustion vulnerability in Content-Encoding decompression chain handling.

Key Changes:

  • Security fix limits Content-Encoding chain to 5 layers to prevent resource exhaustion attacks
  • undici is used in template-manager.ts (line 78, 144) for fetching webhook templates from GitHub
  • undici is used in executor.ts (line 62) for executing webhook HTTP requests
  • Update includes minor version increments (7.16.0 → 7.18.0 → 7.18.1 → 7.18.2) with the security fix landing in 7.18.2

Impact:
This is a straightforward dependency bump with no breaking changes or API modifications. The security fix protects against malicious servers sending deeply nested Content-Encoding headers that could exhaust system resources during decompression.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Automated security patch from Dependabot applying critical CVE fix with no breaking changes, no API modifications, and straightforward version bump from 7.16.0 to 7.18.2
  • No files require special attention

Important Files Changed

Filename Overview
apps/webhook-cli/package.json Updated undici dependency from 7.16.0 to 7.18.2, applying critical security patch for CVE-2026-22036
pnpm-lock.yaml Lock file automatically updated to reflect undici version bump with no unexpected changes

Sequence Diagram

sequenceDiagram
    participant D as Dependabot
    participant P as package.json
    participant L as pnpm-lock.yaml
    participant U as undici@7.18.2
    
    Note over D,U: Security Update Flow
    
    D->>P: Detect undici@7.16.0 vulnerability
    D->>P: Update dependency: 7.16.0 → 7.18.2
    P->>L: Trigger lock file update
    L->>U: Resolve undici@7.18.2
    U-->>L: Return resolved package
    Note over U: CVE-2026-22036 patched<br/>Content-Encoding limit: 5 layers
    L-->>P: Lock file updated
    
    Note over P,L: Changes Applied
    Note over P: template-manager.ts<br/>executor.ts<br/>use patched undici
Loading

Bumps [undici](https://github.com/nodejs/undici) from 7.16.0 to 7.18.2.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.16.0...v7.18.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.18.2
  dependency-type: direct:production
...

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 Jan 14, 2026
@dependabot dependabot bot requested a review from endalk200 as a code owner January 14, 2026 21:24
@vercel
Copy link

vercel bot commented Jan 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
better-webhook-docs Ready Ready Preview, Comment Jan 14, 2026 9:25pm

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 14, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 14, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@endalk200 endalk200 merged commit 50c152b into main Jan 15, 2026
8 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/undici-7.18.2 branch January 15, 2026 16:19
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.

1 participant