diff --git a/.changeset/nasty-apricots-hang.md b/.changeset/nasty-apricots-hang.md new file mode 100644 index 00000000000..04f904774a0 --- /dev/null +++ b/.changeset/nasty-apricots-hang.md @@ -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 diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index a8a9e4c7ddd..68e62ca2d6f 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -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" },