Skip to content
Merged
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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@sanity/client": "^7.17.0",
"@upstash/redis": "^1.37.0",
"@vercel/analytics": "^2.0.1",
"next": "16.1.6",
"next": "^16.2.6",
"next-auth": "^5.0.0-beta.30",
Comment on lines +17 to 18
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 The previous pin of 16.1.6 has been relaxed to ^16.2.6. While package-lock.json locks the current resolved version, a future npm update or fresh workspace install could pick up an unreviewed minor release (e.g. 16.3.x). Given that the motivation here is a security advisory close-out, re-pinning to the exact resolved version keeps the dependency graph fully deterministic and makes version-bump decisions explicit.

Suggested change
"next": "^16.2.6",
"next-auth": "^5.0.0-beta.30",
"next": "16.2.6",
"next-auth": "^5.0.0-beta.30",

Fix in Claude Code

"react": "19.2.3",
"react-dom": "19.2.3"
Expand Down
112 changes: 55 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@sanity/types": "^3.72.1"
},
"devDependencies": {
"concurrently": "^9.2.1"
"concurrently": "^9.2.1",
"next": "^16.2.6"
}
}
Loading