fix(deps): patch transitive security vulnerabilities (lodash, undici, flatted, +3)#123
Merged
Merged
Conversation
… picomatch, yaml, brace-expansion)
This was referenced Jun 2, 2026
github-actions Bot
added a commit
that referenced
this pull request
Jun 2, 2026
Version bump type: patch PR: #123 Title: fix(deps): patch transitive security vulnerabilities (lodash, undici, flatted, +3)
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 free
to 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.
Summary
Patches 6 transitive dependency vulnerabilities flagged by Dependabot, with target versions verified against Sonatype (which corrected several of Dependabot's suggested fixes). Clears the two 9.8 critical advisories (lodash, undici) plus the flatted high.
Changes
npm updateoverrides(miniflare hard-pins 7.18.2)npm updatenpm updatenpm updatenpm updateNotes
undici7.24.4 pick has the highest trust score in the 7.x line.undicirequired anoverridesentry becauseminiflare(local dev runtime, viawrangler) hard-pins7.18.2. This only affects localnpm run dev— the deployed Worker uses Cloudflare's runtime, not npm undici. undici is API-stable within 7.x.Verification
npm run build✅ passesnpm test: no regression — the 2 failing tests (friend-encryption / PGP) are pre-existing and flaky onmain(verified via baseline runs), unrelated to these bumps.npm run lintis broken onmainindependently (ESLint 9 needs a flat config) — out of scope here.Out of scope (follow-ups)
serialize-javascript6→7 (high) — separate PR (major bump, needsoverrides).uuid13→14 (moderate) — separate PR (direct dep).ws(moderate) anddiff/jsdiff (low) surfaced bynpm auditbut weren't in the Dependabot set — noted for triage.