feat(mbe,awm): bump-versions - #267
Merged
Merged
Conversation
Bumps @bitgo-beta/* SDK dependencies to the latest beta builds (pulled in by scripts/bump-version.ts) and regenerates package-lock.json under Node 22 to match. Ticket: WCN-2566
The bumped @bitgo-beta SDK now resolves enterprise TSS settings via GET /api/v2/tss/settings?enterprise=<id>; the nock mocks had no query constraint, so the request no longer matched and the route 500ed. Ticket: WCN-2566
Trivy flags browserslist 4.28.2 (CVE-2026-73088/73089, fixed in 4.28.7) and fast-uri 3.1.5 (CVE-2026-75899/75931/75975/76172, fixed in 3.1.6) in package-lock.json. Raise the existing override floors and regenerate the lockfile so the scanner sees fixed versions. Ticket: WCN-2566
danielpeng1
approved these changes
Sep 3, 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.
Release prerequisite bump per Releasing Advanced Wallets.
Ticket: WCN-2566
What
scripts/bump-version.tsrefreshed@bitgo-beta/*dependencies inpackage.jsonto the latest beta builds, e.g.@bitgo-beta/sdk-core8.2.1-beta.1990→8.2.1-beta.2019,@bitgo-beta/statics15.1.1-beta.2012→15.1.1-beta.2041.package-lock.jsonregenerated to match (1819 insertions / 1300 deletions), under Node v22.23.2 (satisfiesengines: node >=22.12.0).npm ci --dry-runpasses — lockfile is in sync withpackage.jsonfor CI.After merge
master(semantic-release derives version/tag/release/Docker image).