chore(deps): comprehensive semver bumps and zero audit findings#1492
Merged
Conversation
Bump workspace dependencies across modules and libraries, add targeted pnpm overrides where transitive chains still lag, migrate MetaMask auth off ethereumjs-util, upgrade mailersend to v3, and drop unused deps.
kkopanidis
marked this pull request as ready for review
June 19, 2026 09:11
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.
Follow-up to #1489. That PR knocked Dependabot down but left a lot of semver headroom and deep transitive chains. This one bumps direct deps across the workspace, adds overrides only where bumps weren't enough, and clears the last audit finding.
Summary
pnpm-workspace.yamloverrides for dompurify, hono, protobufjs, nodemailer, minimatch, ws, esbuild, js-yaml, and others — droppedgloboverride because it breakscopyfilesduring grpc-sdk protocethereumjs-utilto@ethereumjs/util(removes elliptic advisory chain)mailersendto v3 (no provider code changes needed)http-proxy-middleware(hermes) anddottie(database)pnpm audit: 0 vulnerabilities (was 1 low elliptic after chore(deps): remediate npm audit and Dependabot findings #1489 bumps locally)Test plan
pnpm installpnpm exec turbo run buildpnpm auditWhat kind of change does this PR introduce?
Does this PR introduce a breaking change?
Major version bumps (nodemailer 9, twilio 6, mailgun 13, mailersend 3) stay behind the same provider interfaces. MetaMask verification logic is unchanged — different crypto lib only.
The PR fulfills these requirements:
mainbranchOther information:
Deferred on purpose:
graphql@17(Apollo Server still peers 16.x),@types/node@26(engines stay on Node 24). Override pruning can be a follow-up once this lands.