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
7 changes: 7 additions & 0 deletions .changeset/nasty-apricots-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@clerk/nextjs": patch
---

The Vercel team disclosed a NextJS vulnerability on 22 MAR 2025. Your application might be impacted if you're not using the latest NextJS release so we recommend upgrading to the latest NextJS version as soon as possible.

For more details, please see https://github.com/advisories/GHSA-f82v-jwr5-mffw
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"typescript": "*"
},
"peerDependencies": {
"next": ">=10",
"next": "^10 || ^13.5.7 || ^14.2.25 || ^15.2.3",
"react": "^17.0.2 || ^18.0.0-0",
"react-dom": "^17.0.2 || ^18.0.0-0"
},
Expand Down
Loading