Conversation
|
Cursor Agent can help with this pull request. Just |
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
commit: |
Co-authored-by: Gabriel Miranda <gabrielmfern@outlook.com>
Co-authored-by: Gabriel Miranda <gabrielmfern@outlook.com>
Co-authored-by: Gabriel Miranda <gabrielmfern@outlook.com>
403387c to
02e1f06
Compare
fix(deps): Resolve all pnpm audit vulnerabilities
This PR addresses and resolves all reported
pnpm auditvulnerabilities in the monorepo.Why these changes?
The goal was to eliminate all 44 reported vulnerabilities (critical, high, moderate, low) identified by
pnpm audit.How were the changes made?
apps/docs,apps/web,packages/preview-server,packages/react-email, and root development dependencies (e.g.,mintlify,tailwindcss,webpack,rimraf,glob,@actions/*,@changesets/cli,rollup).pnpm.overrides: For remaining vulnerabilities caused by transitive dependencies pinned by packages likemintlifyand@changesets/cli, specificpnpm.overrideswere introduced to enforce secure versions.Result:
pnpm auditnow reports no known vulnerabilities found.Slack Thread
Summary by cubic
Resolves all pnpm audit vulnerabilities through direct upgrades and secure overrides, including a targeted zod override for mintlify. Tailwind catalog pinned for stable snapshots; pnpm audit now reports no known vulnerabilities.
Written for commit a369140. Summary will update on new commits.