Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,15 @@
"pnpm exec ultracite fix"
]
},
"packageManager": "pnpm@10.11.0"
"packageManager": "pnpm@10.11.0",
"pnpm": {
"overrides": {
"axios": ">=1.18.0",
"js-yaml": "^4.3.0",
"brace-expansion": ">=5.0.8",
"sharp": ">=0.35.0",
"@opentelemetry/core": ">=2.8.0",
"postcss": ">=8.5.18"
}
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overrides drop existing security pins

High Severity

New pnpm.overrides were added in package.json while security overrides already live in pnpm-workspace.yaml. With pnpm 10 those sets replace rather than merge, so the lockfile dropped the workspace pins. That reintroduced vulnerable @xmldom/xmldom@0.9.8 (deprecated, multiple CVEs) and esbuild@0.27.7 (GHSA-g7r4-m6w7-qqqr), undoing prior Dependabot hardening.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 6b94ad5. Configure here.

}
Loading
Loading