fix: bump @tootallnate/once past CVE-2026-3449 (GHSA-vpq2-c234-7xj6)#2020
Draft
mikeharder with Copilot wants to merge 2 commits into
Draft
fix: bump @tootallnate/once past CVE-2026-3449 (GHSA-vpq2-c234-7xj6)#2020mikeharder with Copilot wants to merge 2 commits into
mikeharder with Copilot wants to merge 2 commits into
Conversation
Copilot
AI
changed the title
[WIP] Fix Dependabot vulnerability in @tootallnate/once package
fix: bump @tootallnate/once past CVE-2026-3449 (GHSA-vpq2-c234-7xj6)
Jun 24, 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.
@tootallnate/once <2.0.1has a control-flow leak whenAbortSignalis used — the promise never resolves after abort, causing indefinite hangs. This is a transitive dep pulled in viavitest → jsdom@16.7.0 → http-proxy-agent@4.0.1.Change
Added a
pnpm.overridesentry inpackage.jsonto force resolution to>=2.0.1(resolves to 3.0.1):Reachability
Not reachable — high confidence. No source file in this repo imports
@tootallnate/once,http-proxy-agent, or usesAbortSignal/AbortController. The vulnerable package only enters the graph as an optional transitive dep of thejsdomvitest environment. This update addresses scanner findings rather than an active exploit path.Original prompt