Skip to content
Open
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
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"globals": "15.15.0",
"mini-svg-data-uri": "1.4.4",
"next-themes": "0.4.6",
"postcss": "8.5.10",
"postcss": "8.5.23",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lockfile not updated for PostCSS

Medium Severity

postcss is bumped to 8.5.23 in package.json, but pnpm-lock.yaml still pins 8.5.10. CI runs pnpm install --frozen-lockfile, so the install fails and the intended upgrade never applies.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7c6aece. Configure here.

"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
Expand Down
Loading