Skip to content

deps: bump next-auth from 5.0.0-beta.31 to 5.0.0-beta.32 - #260

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/next-auth-5.0.0-beta.32
Aug 6, 2026
Merged

deps: bump next-auth from 5.0.0-beta.31 to 5.0.0-beta.32#260
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/next-auth-5.0.0-beta.32

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps next-auth from 5.0.0-beta.31 to 5.0.0-beta.32.

Release notes

Sourced from next-auth's releases.

next-auth@5.0.0-beta.32

Beta release for the v5 line.

Picks up the @​auth/core@​0.41.3 security fixes (malformed Bearer token handling in getToken, provider-bound OAuth check cookies, and NFKC email normalization).

Fixes auth checks failing open on provider configuration errors: a non-OK session response now yields no session instead of an error object, so checks like !!auth fail closed.

Commits
  • e293b37 chore(release): next-auth@5.0.0-beta.32 [skip ci]
  • b690d91 chore: add npm bugs metadata and fix repository field format (#13452)
  • 5af7357 chore(release): bump package version(s) [skip ci]
  • 8a933f9 fix(core): document that getToken returns null for malformed authorization he...
  • 5b1aa47 chore(ci): pin surrealdb test server to the v2 image for the 1.3 client (#13468)
  • 1116034 Chore/nodemailer 8 peer deps (#13434)
  • 7b35fc3 fix(docs): repair docs build broken by floating TypeScript resolution (#13450)
  • b24abfa fix(proxy): override Vercel build command so it doesn't run turbo (#13448)
  • a99514b chore(deps): resolve remaining Dependabot alerts via cross-major dependency u...
  • d008b9b Merge commit from fork
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: security. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 28, 2026
@catomean

catomean commented Aug 2, 2026

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/next-auth-5.0.0-beta.32 branch 2 times, most recently from efe1ea7 to aee43f2 Compare August 6, 2026 11:40
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 5.0.0-beta.31 to 5.0.0-beta.32.
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@5.0.0-beta.31...next-auth@5.0.0-beta.32)

---
updated-dependencies:
- dependency-name: next-auth
  dependency-version: 5.0.0-beta.32
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/next-auth-5.0.0-beta.32 branch from aee43f2 to 609f584 Compare August 6, 2026 12:23
@github-actions
github-actions Bot merged commit a66baa5 into main Aug 6, 2026
7 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/next-auth-5.0.0-beta.32 branch August 6, 2026 13:23
github-actions Bot pushed a commit that referenced this pull request Aug 6, 2026
…d 0.41.3 (#276)

Bumping next-auth to beta.32 (#260) fixed the next-auth advisories but left
one critical open. beta.32 ships its own nested @auth/core@0.41.3, while
@auth/pg-adapter@1.11.2 depends on EXACTLY @auth/core@0.41.2 — the
vulnerable copy — and that is the one hoisted to the top of node_modules.

@auth/pg-adapter@1.11.3 requires 0.41.3, so the tree collapses to a single
patched @auth/core.

Advisories cleared: the Unicode-normalisation email normalizer bypass
(critical), getToken() throwing on a malformed Bearer header (high), and
OAuth state/nonce/PKCE cookies not bound to the transaction (medium).

Verified: only one @auth/core remains in the lockfile at 0.41.3, and
typecheck is clean.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant