Skip to content
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"http-proxy-middleware@npm:^2.0.9": "patch:http-proxy-middleware@npm%3A3.0.7#~/.yarn/patches/http-proxy-middleware-npm-3.0.7-89cd070ac6.patch",
"jsondiffpatch": "0.7.2",
"lodash": "4.18.1",
"next/postcss": "8.5.18",
"next/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 omits PostCSS security bump

High Severity

next/postcss is bumped to 8.5.23 in package.json, but yarn.lock still has no postcss@8.5.23 entry (only 8.5.18 and 8.5.22). CI runs yarn install --immutable, so this will fail install and the security fix will not actually be applied.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c916ffc. Configure here.

"next/sharp": "0.35.3",
"postcss@npm:8.5.14": "8.5.18",
"prosemirror-model@npm:>=1.0.0": "patch:prosemirror-model@npm%3A1.18.2#~/.yarn/patches/prosemirror-model-npm-1.18.2-479d845b52.patch",
Expand Down
Loading