Skip to content
Closed
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
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fumadocs-openapi": "10.8.1",
"fumadocs-ui": "16.8.5",
"lucide-react": "^0.511.0",
"next": "16.2.6",
"next": "16.2.11",
"next-themes": "^0.4.6",
"postgres": "^3.4.5",
"react": "19.2.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/sim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"mongodb": "6.19.0",
"mysql2": "3.14.3",
"neo4j-driver": "6.0.1",
"next": "16.2.6",
"next": "16.2.11",
"next-mdx-remote": "^6.0.0",
"next-runtime-env": "3.3.0",
"next-themes": "^0.4.6",
Expand Down Expand Up @@ -264,7 +264,7 @@
"sharp"
],
"overrides": {
"next": "16.2.6",
"next": "16.2.11",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Security bump leaves Next unpatched

High Severity

Workspace next entries move to 16.2.11, but the root package.json still overrides next and @next/env to 16.2.6, and bun.lock still resolves next@16.2.6. In this Bun monorepo, root overrides win, so installs keep the vulnerable release and the High-severity Next.js patches do not apply. The apps/sim override also bumps next while leaving @next/env at 16.2.6.

Additional Locations (2)
Fix in Cursor Fix in Web

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

"@next/env": "16.2.6",
"mermaid": "11.15.0",
"react-floater": {
Expand Down
2 changes: 1 addition & 1 deletion packages/emcn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"framer-motion": "^12.5.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.479.0",
"next": "16.2.6",
"next": "16.2.11",
"prismjs": "^1.30.0",
"react": "19.2.4",
"react-dom": "19.2.4",
Expand Down
Loading