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 src/packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"lodash": "^4.17.21",
"lru-cache": "^7.18.3",
"ms": "2.1.2",
"next": "15.5.0",
"next": "15.5.7",
"next-rest-framework": "6.0.0-beta.4",
Comment on lines 78 to 82

Choose a reason for hiding this comment

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

P1 Badge Sync pnpm lockfile with Next bump

package.json now requires next 15.5.7, but src/packages/pnpm-lock.yaml still pins [email protected] (e.g., line 9109), so installs that rely on the lockfile—including any pnpm install --frozen-lockfile step—will either keep the old version or fail with an outdated lockfile error. Update the pnpm lockfile so the security upgrade is actually applied.

Useful? React with 👍 / 👎.

"next-translate": "^2.6.2",
"password-hash": "^1.2.2",
Expand Down
Loading