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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "ISC",
"dependencies": {
"@descope/nextjs-sdk": "workspace:*",
"next": "14.2.35",
"next": "15.5.10",
Copy link

Copilot AI Feb 1, 2026

Choose a reason for hiding this comment

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

This upgrade creates an inconsistency with the app-router example, which still uses Next.js 14.2.32. For consistency and to ensure both examples are protected against the same security vulnerability (SNYK-JS-NEXT-15104645), consider upgrading the app-router example to the same Next.js version. Both examples should ideally use the same major version to maintain consistency in the SDK's example implementations.

Suggested change
"next": "15.5.10",
"next": "14.2.32",

Copilot uses AI. Check for mistakes.
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
Loading