fix: bump next.js to patched versions (15.5.24, 16.3.3) addressing cr… - #2824
fix: bump next.js to patched versions (15.5.24, 16.3.3) addressing cr…#2824Piyush-85 wants to merge 1 commit into
Conversation
…itical RCE vulnerabilities
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (11)
📒 Files selected for processing (11)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe pull request updates the Next.js dependency versions in the root project and ten example applications. ChangesNext.js dependency updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This PR updates Next.js dependencies and lockfiles to patched versions without changing SDK behavior or public contracts; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (11 skipped: 11 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2824 +/- ##
=======================================
Coverage 89.06% 89.06%
=======================================
Files 80 80
Lines 11978 11978
Branches 2501 2501
=======================================
Hits 10668 10668
Misses 1265 1265
Partials 45 45 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Semgrep found 1 Risk: Affected versions of js-yaml are vulnerable to Inefficient Algorithmic Complexity. An attacker can supply a YAML document containing a large Manual Review Advice: A vulnerability from this advisory is reachable if you are using Fix: Upgrade this library to at least version 4.3.1 at nextjs-auth0/examples/with-shadcn/pnpm-lock.yaml:1722. Reference(s): GHSA-5p4m-2wfm-xmqj Semgrep found 1 Risk: Affected versions of js-yaml are vulnerable to Inefficient Algorithmic Complexity / Uncontrolled Resource Consumption. An attacker can supply a YAML document containing a chain of mappings that each merge the previous one via the merge key ( Manual Review Advice: A vulnerability from this advisory is reachable if you are using Fix: Upgrade this library to at least version 4.3.0 at nextjs-auth0/examples/with-shadcn/pnpm-lock.yaml:1722. Reference(s): GHSA-52cp-r559-cp3m, CVE-2026-59869 |
Changes
nextdevDependency to 15.5.24 (addresses critical RCE vulnerabilities GHSA-2xp9-vwfh-vxw4, GHSA-p293-qw3h-jr36)nextin all examples to patched versions (15.5.24 for 15.x, 16.3.3 for 16.x)Notes
No breaking changes. This is a dev/example dependency update only, the SDK's peerDependency range already accepts the patched versions, so no consumer-facing changes are required.
Summary by CodeRabbit