Skip to content

fix: resolve cross-chain dev dependency vulnerabilities - #429

Open
alice-ef[bot] wants to merge 1 commit into
devfrom
fix/weekly-vuln-2026-08-10
Open

fix: resolve cross-chain dev dependency vulnerabilities#429
alice-ef[bot] wants to merge 1 commit into
devfrom
fix/weekly-vuln-2026-08-10

Conversation

@alice-ef

@alice-ef alice-ef Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Resolves four brace-expansion denial-of-service advisories reachable through the development-only chain @wonderland/interop-cross-chain > ts-to-zod > @oclif/core > minimatch > brace-expansion by overriding that transitive dependency from 5.0.5 to 5.0.9.

Affected package

  • @wonderland/interop-cross-chain — development-only; the production-only audit was clean.

Advisories

Files changed

  • package.json — targeted pnpm override for minimatch@10.2.5 > brace-expansion
  • pnpm-lock.yaml — resolves brace-expansion to 5.0.9

Validation

  • corepack pnpm install --frozen-lockfile — passed
  • corepack pnpm audit --json — no remaining findings rooted at packages__cross-chain or packages__addresses
  • corepack pnpm audit --prod --json — no findings rooted at either in-scope package
  • corepack pnpm --filter @wonderland/interop-addresses check-types — passed
  • corepack pnpm --filter @wonderland/interop-addresses test — passed (244 passed, 1 skipped)
  • corepack pnpm --filter @wonderland/interop-addresses build — passed
  • corepack pnpm --filter @wonderland/interop-cross-chain check-types — passed after building its workspace dependency
  • corepack pnpm --filter @wonderland/interop-cross-chain test — passed (1,305 passed, 15 skipped)

No Changeset is needed because this is a root-only override and lockfile-only transitive resolution; package contents, versions, APIs, and release payloads are unchanged.

Unrelated vulnerabilities in apps, docs, examples, root tooling, and other packages were ignored as requested.

@vercel

vercel Bot commented Aug 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
interop-sdk-addresses Ready Ready Preview Aug 10, 2026 7:11am
interop-sdk-benchmark Ready Ready Preview Aug 10, 2026 7:11am
interop-sdk-docs Ready Ready Preview Aug 10, 2026 7:11am
interop-sdk-examples Ready Ready Preview Aug 10, 2026 7:11am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants