fix: resolve cross-chain dev dependency vulnerabilities - #429
Open
alice-ef[bot] wants to merge 1 commit into
Open
fix: resolve cross-chain dev dependency vulnerabilities#429alice-ef[bot] wants to merge 1 commit into
alice-ef[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Resolves four
brace-expansiondenial-of-service advisories reachable through the development-only chain@wonderland/interop-cross-chain > ts-to-zod > @oclif/core > minimatch > brace-expansionby 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 forminimatch@10.2.5 > brace-expansionpnpm-lock.yaml— resolvesbrace-expansionto 5.0.9Validation
corepack pnpm install --frozen-lockfile— passedcorepack pnpm audit --json— no remaining findings rooted atpackages__cross-chainorpackages__addressescorepack pnpm audit --prod --json— no findings rooted at either in-scope packagecorepack pnpm --filter @wonderland/interop-addresses check-types— passedcorepack pnpm --filter @wonderland/interop-addresses test— passed (244 passed, 1 skipped)corepack pnpm --filter @wonderland/interop-addresses build— passedcorepack pnpm --filter @wonderland/interop-cross-chain check-types— passed after building its workspace dependencycorepack 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.