Skip to content

chore(deps): bump next from 12.3.7 to 15.5.24 - #652

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/next-15.5.24
Closed

chore(deps): bump next from 12.3.7 to 15.5.24#652
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/next-15.5.24

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps next from 12.3.7 to 15.5.24.

Release notes

Sourced from next's releases.

v15.5.24

This release contains security fixes for the following advisories:

Critical:

v15.5.23

What's Changed

Full Changelog: vercel/next.js@v15.5.22...v15.5.23

v15.5.22

What's Changed

Full Changelog: vercel/next.js@v15.5.21...v15.5.22

v15.5.21

This release contains security fixes for the following advisories:

High:

Moderate:

Commits
  • b6c45b4 v15.5.24
  • b0f3460 [15.5.x] Fix ISR misses with backslashes in segments when deployed on Windows
  • 409772e [15.5.x] [next/image]: disable avif image optimization
  • 9c44b88 [15.x] support sharp 0.34 and 0.35
  • 144fa5d [15.5.x] Remove generated error codes (#97783)
  • ddd94f0 [15.5.x] Authenticate Turborepo remote caching with OIDC instead of a static ...
  • 1da7a0a [15.5] [ci] Use OIDC tokens to read private preview builds (#97259)
  • 70ab0fe [15.x] Default deploy e2e tests to the repo next version (#96899)
  • e57d564 v15.5.23
  • c4914aa [15.x] Port ReplyServer traversal guards to FlightClient (#96405)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [next](https://github.com/vercel/next.js) from 12.3.7 to 15.5.24.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v12.3.7...v15.5.24)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.5.24
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 10, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 10, 2026 14:19
@dependabot
dependabot Bot requested a review from madlabman September 10, 2026 14:19
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 10, 2026
@dependabot
dependabot Bot requested a review from dgusakov September 10, 2026 14:19
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Sep 10, 2026
@preview-stands

preview-stands Bot commented Sep 10, 2026

Copy link
Copy Markdown

Preview stand status

Stand was demolished

@exromany

Copy link
Copy Markdown
Contributor

Closing — this is the right alert but the wrong fix for this repo.

next@12.3.7 is genuinely in range for GHSA-2xp9-vwfh-vxw4 (>= 10.0.0, < 15.5.24), but jumping 12 → 15 in one Dependabot PR is a migration, not a bump: Build and deploy already fails on this branch, and the app still depends on .babelrc (no SWC), experimental.esmExternals for Pure-ESM reef-knot, and the styled-components Babel transform.

Mitigations verified in this codebase for the AVIF image-optimizer RCE:

  • images: { unoptimized: true } (next.config.mjs:81) — note the /_next/image route is still registered regardless (next-server.js:196), so this alone isn't a fix.
  • No images.domains / images.remotePatterns configured, so /_next/image?url= accepts same-origin paths only — an attacker can't point the optimizer at their own AVIF.
  • sharp is not installed; Next 12 falls back to the squoosh WASM path.

Alert dismissed as tolerable risk on that basis. The Next major upgrade should be tracked as its own piece of work.

@exromany exromany closed this Sep 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/next-15.5.24 branch September 10, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant