Skip to content

build(deps): bump next-auth from 4.24.14 to 4.24.15 - #5202

Closed
dependabot[bot] wants to merge 1 commit into
v3from
dependabot/npm_and_yarn/next-auth-4.24.15
Closed

build(deps): bump next-auth from 4.24.14 to 4.24.15#5202
dependabot[bot] wants to merge 1 commit into
v3from
dependabot/npm_and_yarn/next-auth-4.24.15

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps next-auth from 4.24.14 to 4.24.15.

Release notes

Sourced from next-auth's releases.

next-auth@4.24.15

Security patch release for the 4.x line.

  • getToken() now returns null instead of throwing when the Authorization header contains a malformed Bearer value.
  • OAuth state, nonce, and PKCE check cookies are now bound to the provider that created them and are rejected when a different provider handles the callback. Sign-ins in flight across the upgrade fail once and succeed on retry.
  • Email addresses are Unicode-normalized (NFKC) before validation in the email sign-in flow, closing a homoglyph @ bypass.
  • An explicitly configured NEXTAUTH_URL now takes precedence over the auto-detected forwarded host in trusted-host mode.
  • Restores CommonJS compatibility by pinning uuid to ^11.1.1; the 14.x line is ESM-only and broke require() on Node versions below 20.19.
Commits
  • d857eec chore(release): next-auth@4.24.15 [skip ci]
  • 5bca239 fix(next-auth): harden getToken parsing and bind OAuth check cookies to provi...
  • db7e27d chore(deps): use uuid ^11.1.1 to keep CommonJS support (#13466)
  • 32d874c fix(next-auth): repair red v4 CI (lint + pre-existing test drift) (#13447)
  • fa85858 chore: update uuid to v14, remove deprecated types (#13422)
  • 2a39465 Merge commit from fork
  • 19d2feb Merge commit from fork
  • See full diff in compare view

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-auth](https://github.com/nextauthjs/next-auth) from 4.24.14 to 4.24.15.
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.14...next-auth@4.24.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels Jul 25, 2026
@dependabot
dependabot Bot requested a review from rschlaefli as a code owner July 25, 2026 20:56
@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels Jul 25, 2026
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. security Pull requests that address a security vulnerability labels Jul 25, 2026
@greptile-apps

greptile-apps Bot commented Jul 25, 2026

Copy link
Copy Markdown

Confidence Score: 5/5

The dependency patch appears safe to merge, with no concrete compatibility, authentication, build, or runtime failure identified.

The applications remain on the same NextAuth major and minor release, the backend does not depend on the changed getToken() behavior, the auth service already handles null token results, and the lockfile resolves compatible dependency versions.

Important Files Changed

Filename Overview
apps/auth/package.json Updates the active authentication service to NextAuth 4.24.15; existing OAuth, URL, and token-handling paths reveal no incompatible behavior.
apps/backend-docker/package.json Aligns the declared NextAuth version, while backend token verification remains independent of NextAuth’s changed getToken() behavior.
pnpm-lock.yaml Resolves NextAuth 4.24.15 and compatible transitive versions without evidence of a reachable build or runtime regression.

Reviews (1): Last reviewed commit: "build(deps): bump next-auth from 4.24.14..." | Re-trigger Greptile

@rschlaefli rschlaefli closed this Jul 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 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-auth-4.24.15 branch July 26, 2026 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code security Pull requests that address a security vulnerability size:XS This PR changes 0-9 lines, ignoring generated files.

Development

Successfully merging this pull request may close these issues.

1 participant