Skip to content

Force undici 7.29.0 to clear Dependabot alerts - #54

Merged
dubsector merged 1 commit into
mainfrom
deps/override-undici-7.29
Aug 10, 2026
Merged

Force undici 7.29.0 to clear Dependabot alerts#54
dubsector merged 1 commit into
mainfrom
deps/override-undici-7.29

Conversation

@dubsector

Copy link
Copy Markdown
Owner

Closes the five open Dependabot alerts on main (1 high, 4 moderate), all of which are undici advisories fixed in 7.29.0.

wrangler depends on miniflare, which pins undici at an exact 7.28.0, so no amount of wrangler bumping will move it. An npm overrides entry is the only way to shift a transitively pinned version.

Scope: undici is a dev-only dependency here. It backs wrangler dev and the deploy tooling; the deployed Worker uses the runtime fetch, so production was never exposed.

Verified locally: npm ci resolves undici@7.29.0 overridden, npm run build succeeds, wrangler dev boots and serves the site, /api/whoami returns 200, and the /mtm/mtm.js Matomo proxy still completes its outbound subrequest (the path that actually exercises undici).

wrangler pulls in miniflare, which pins undici at an exact 7.28.0, so
version bumps of wrangler can never move it. Five open advisories (one
high, four medium) are all fixed in 7.29.0, hence the override.

Dev-only dependency: undici backs wrangler dev and the deploy tooling,
not the deployed Worker, which uses the runtime's own fetch.
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
terminal 82e1449 Commit Preview URL

Branch Preview URL
Aug 10 2026, 05:10 AM

@dubsector
dubsector merged commit 1e51ff7 into main Aug 10, 2026
5 checks passed
@dubsector
dubsector deleted the deps/override-undici-7.29 branch August 10, 2026 05:11
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.

1 participant