Skip to content

Conversation

@MikeMcC399
Copy link
Collaborator

Situation

Vercel Next.js has further identified high visibility vulnerabilities and is reaching out to users via e-mail in addition to the Security Bulletin: CVE-2025-55184 and CVE-2025-55183 they have published.

npm audit and Dependabot identifies these vulnerabilities as being present in examples/nextjs.

Change

Update examples/nextjs to the latest version:

From To
next@16.0.8 next@16.0.10

Verification

Execute:

cd examples/nextjs
npm ci
npm audit

and confirm no vulnerabilities are reported. Then execute:

npm run dev

and then in a separate terminal, execute:

npm test

confirming that the Cypress test passes.

In examples/nextjs, update
next to 16.0.10
react to 19.2.3
react-dom to 19.2.3
@tailwindcss/postcss to 4.1.18
tailwindcss to 4.1.18
@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 added bug Something isn't working type: dependencies tests labels Dec 12, 2025
@MikeMcC399 MikeMcC399 self-assigned this Dec 12, 2025
@MikeMcC399 MikeMcC399 marked this pull request as ready for review December 12, 2025 11:07
Copy link
Contributor

@AtofStryker AtofStryker left a comment

Choose a reason for hiding this comment

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

Thank you for bringing this to my attension @MikeMcC399. I'll work on remediating the app dependencies and CT related repos

@AtofStryker AtofStryker merged commit d842ab1 into cypress-io:master Dec 12, 2025
82 checks passed
@github-actions
Copy link

🎉 This PR is included in version 6.10.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MikeMcC399
Copy link
Collaborator Author

@AtofStryker

Thank you for bringing this to my attension

You're very welcome! Although I wouldn't expect the vulnerabilities to be exploitable in the context of this repo, I simply erred on the side of caution by updating the dependencies anyway.

I'll work on remediating the app dependencies and CT related repos

Good to know that you're planning to handle this in other repos!

@MikeMcC399 MikeMcC399 deleted the update/nextjs branch December 12, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants