Skip to content

chore(deps): remediate vulnerable transitive tooling deps - #67

Draft
cursor[bot] wants to merge 2 commits into
mainfrom
cursor/vulnerability-remediation-automation-b6e4
Draft

cursor[bot] wants to merge 2 commits into
mainfrom
cursor/vulnerability-remediation-automation-b6e4

Conversation

@cursor

@cursor cursor Bot commented Jun 4, 2026

Copy link
Copy Markdown

Summary

Callers / Risk

  • fast-uri is reached only through root dev tooling: @commitlint/cli -> @commitlint/load -> @commitlint/config-validator -> ajv -> fast-uri.
  • brace-expansion is reached only through root dev tooling: ultracite -> glob -> minimatch -> brace-expansion.
  • Both updates are patch-level transitive lockfile bumps to the lowest versions that clear the advisories; no runtime package manifests changed.

Validation

  • pnpm install --frozen-lockfile
  • pnpm why fast-uri
  • pnpm why brace-expansion
  • pnpm audit --audit-level moderate (No known vulnerabilities found)
  • pnpm exec commitlint --from origin/main --to HEAD
  • pnpm run format
  • pnpm run build
  • pnpm run lint
  • pnpm run typecheck
  • pnpm test
  • pnpm changeset status --since=origin/main
Open in Web View Automation 

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant