fix(deps): resolve open Dependabot alerts - #3323
Merged
Merged
Conversation
Verifies and finalizes the dependency bumps staged in 32f2d30 (package.json resolutions, root yarn.lock, scripts/migration package.json/package-lock.json). No further manifest or lockfile changes were required: cross-checking all 20 open Dependabot alerts against the already-bumped yarn.lock / package-lock.json showed every alert with a first_patched_version already resolved at or above the patched version. Verification run (worktree, yarn@4.7.0, NODE_OPTIONS=--no-network-family-autoselection): - yarn install --immutable: clean, no lockfile drift - yarn nx affected --target=lint --base=origin/develop: 13 projects + 2 deps, 0 errors - yarn nx affected --target=typecheck --base=origin/develop: 5 projects + 2 deps, pass - yarn nx affected --target=test --base=origin/develop: 12 projects + 2 deps, 197 tests pass - yarn nx affected --target=build --base=origin/develop: 11 projects + 5 deps, pass - npm ci in scripts/migration: 0 vulnerabilities 19 of 20 alerts resolved (14 moderate, 5 low). elliptic (#160, low, GHSA with no first_patched_version) has no upstream fix and is left open.
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
Completes the interrupted Dependabot remediation (SOC 2 Vanta Request 7) for
tangle-network/dapp. This finalizes commit32f2d30e(dependency bumps viaresolutionsinpackage.json+ regeneratedyarn.lock, plusscripts/migration/package.jsonoverrides +package-lock.json), which was staged but untested.All 19 alerts with a
first_patched_versionare resolved. Verification found the staged bumps already satisfied every patchable alert — no additional manifest or lockfile edits were required.elliptic(#160, low) has no upstream patch and is left open.Alerts addressed
Left open
first_patched_versionpublished upstream for the current advisory. Left open per policy: do not dismiss via API.Gates run
Worktree,
yarn@4.7.0(via corepack),NODE_OPTIONS=--no-network-family-autoselection(host has no IPv6 route):git pushtriggered the repo's Huskypre-pushhook (yarn lint && yarn format:check,yarn test,yarn build— full, not affected-scoped): passed, mostly served from the Nx cache populated by the affected runs above.Base
develop(repo's default/integration branch perCLAUDE.mdbranch strategy; not tagged[RELEASE]).DO NOT MERGE — awaiting review.