Skip to content

chore(deps): update next and related dependencies to latest versions - #1199

Merged
JamieSinn merged 1 commit into
mainfrom
chore-fix-next-cves
Dec 12, 2025
Merged

chore(deps): update next and related dependencies to latest versions#1199
JamieSinn merged 1 commit into
mainfrom
chore-fix-next-cves

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

Bump next to fix CVE-2025-55184 (DoS) and CVE-2025-55183 (Source Code Exposure)

Changes

  • Root: next 15.2.6 → 15.2.7+
  • e2e/nextjs/pages-router: next 15.4.8 → 15.4.9+
  • e2e/nextjs/app-router: next 15.4.8 → 15.4.9+

Copilot AI review requested due to automatic review settings December 12, 2025 15:16
@jonathannorris
jonathannorris requested a review from a team as a code owner December 12, 2025 15:16
@vercel

vercel Bot commented Dec 12, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
js-sdks-web-elements Ready Ready Preview Comment Dec 12, 2025 3:17pm
js-sdks-with-provider Ready Ready Preview Comment Dec 12, 2025 3:17pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
js-sdks-next-js-page-router Ignored Ignored Dec 12, 2025 3:17pm

@JamieSinn
JamieSinn enabled auto-merge (squash) December 12, 2025 15:17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates Next.js dependencies across the repository to address security vulnerabilities CVE-2025-55184 (DoS) and CVE-2025-55183 (Source Code Exposure). The updates use tilde version constraints that resolve to patch versions containing the security fixes.

Key Changes:

  • Updated root package Next.js from ~15.2.6 to ~15.2.7 (resolves to 15.2.8)
  • Updated e2e test apps Next.js from ~15.4.8 to ~15.4.9 (resolves to 15.4.10)
  • Regenerated yarn lock files with updated dependency checksums and @next/env versions

Reviewed changes

Copilot reviewed 3 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Updated Next.js version constraint from ~15.2.6 to ~15.2.7 in root package dependencies
yarn.lock Updated root Next.js resolution to 15.2.8 with corresponding @next/env and checksum updates
e2e/nextjs/pages-router/app/package.json Updated Next.js version constraint from ~15.4.8 to ~15.4.9 for pages router e2e tests
e2e/nextjs/pages-router/app/yarn.lock Updated pages router Next.js resolution to 15.4.10 with regenerated DevCycle local dependencies and checksums
e2e/nextjs/app-router/app/package.json Updated Next.js version constraint from ~15.4.8 to ~15.4.9 for app router e2e tests
e2e/nextjs/app-router/app/yarn.lock Updated app router Next.js resolution to 15.4.10 with regenerated DevCycle local dependencies and checksums

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JamieSinn
JamieSinn merged commit a36e2c9 into main Dec 12, 2025
24 of 25 checks passed
@JamieSinn
JamieSinn deleted the chore-fix-next-cves branch December 12, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants