chore(deps): refresh undici to 7.29.0 - #176
Merged
Merged
Conversation
Clears five Dependabot alerts (GHSA-4cwx-7wf7-3272, GHSA-m8rv-5g2x-5cg5, GHSA-jr45-8vmc-qm54, GHSA-v3r7-h72x-cjcm, GHSA-8xcm-r25x-g524), all of which are fixed in undici 7.29.0. undici is a transitive, dev-only dependency: cheerio 1.2.0 -> @vscode/vsce 3.9.2 -> mermaid-lint-vscode (devDependencies). cheerio already declares `undici: ^7.19.0`, so the range admitted the patched version and only the lockfile was stale — no manifest change or override is needed. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This was referenced Aug 12, 2026
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.
Refreshes
undici7.28.0 → 7.29.0 inpnpm-lock.yaml, clearing all five open undici Dependabot alerts.Alerts cleared
typepropertyCache-ControldirectivessetCookiefieldsAll five share the same vulnerable range (
>= 7.0.0, < 7.29.0) and the same first patched version, 7.29.0.Why a lockfile refresh is the whole fix
cheerio@1.2.0declaresundici: ^7.19.0, so the declared range already admits 7.29.0 — the lockfile was simply stale.pnpm update undici -rresolves it, and no manifest range bump oroverrides:entry is needed.Exposure
Dev-only. The single path runs through
@vscode/vsce, the VS Code extension's packaging tool, which is adevDependencyofmermaid-lint-vscode. Nothing published reachesundici— the released packages shipfiles: ["dist", "index.ts"]and never include the lockfile.No version bump
Consistent with #107, #117, and #174: the lockfile is not published, so consumers resolve the patched transitive dep themselves and a bump would publish identical tarballs.
Verification
pnpm test— 25 files, 1230 tests passingpnpm lint— clean (84 files)pnpm-lock.yaml, allundiciresolution entries🤖 Generated with Claude Code