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 examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@stackframe/stack": "workspace:*",
"@stackframe/stack-shared": "workspace:*",
"@stackframe/stack-ui": "workspace:*",
"next": "15.4.1",
"next": "16.1.5",

Choose a reason for hiding this comment

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

security-critical critical

This upgrade is incomplete for the monorepo. The next package in apps/backend/package.json is still at the vulnerable version 15.4.1, and apps/dashboard/package.json is on 16.0.0. To fully resolve the security issue and maintain consistency, it's critical to update the next dependency in all relevant packages across the monorepo to 16.1.5.

Choose a reason for hiding this comment

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

high

The @next/bundle-analyzer dependency in devDependencies (line 30) is at version 15.2.3. This is likely incompatible with next@16.1.5 and should be updated to match the new next version to prevent build issues.

"next-themes": "^0.4.3",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down