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 examples/browser/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@amplitude/analytics-browser": "^2.0.0-beta",
"next": "16.1.5",
"next": "15.5.15",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Dependency downgrade from Next.js 16 to 15

High Severity

This Dependabot PR claims to bump next from 13.0.6 to 15.5.15, but the base branch already has next at 16.1.5. Merging this PR would downgrade next from 16.1.5 to 15.5.15 — a major version regression. This likely happened because the base branch was updated independently after Dependabot opened the PR. The downgrade could reintroduce security vulnerabilities patched in Next.js 16.x and remove features or fixes introduced in that major version.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e2c2219. Configure here.

"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
Loading