chore(deps): bump @auth/core and next-auth in /ui#32
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [@auth/core](https://github.com/nextauthjs/next-auth) to 0.41.3 and updates ancestor dependency [next-auth](https://github.com/nextauthjs/next-auth). These dependencies need to be updated together. Updates `@auth/core` from 0.40.0 to 0.41.3 - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/core@0.40.0...@auth/core@0.41.3) Updates `next-auth` from 5.0.0-beta.29 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.29...next-auth@5.0.0-beta.32) --- updated-dependencies: - dependency-name: "@auth/core" dependency-version: 0.41.3 dependency-type: indirect - dependency-name: next-auth dependency-version: 5.0.0-beta.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @auth/core to 0.41.3 and updates ancestor dependency next-auth. These dependencies need to be updated together.
Updates
@auth/corefrom 0.40.0 to 0.41.3Release notes
Sourced from @auth/core's releases.
Commits
5af7357chore(release): bump package version(s) [skip ci]8a933f9fix(core): document that getToken returns null for malformed authorization he...5b1aa47chore(ci): pin surrealdb test server to the v2 image for the 1.3 client (#13468)1116034Chore/nodemailer 8 peer deps (#13434)7b35fc3fix(docs): repair docs build broken by floating TypeScript resolution (#13450)b24abfafix(proxy): override Vercel build command so it doesn't run turbo (#13448)a99514bchore(deps): resolve remaining Dependabot alerts via cross-major dependency u...d008b9bMerge commit from forkaf42d8fchore: lint (#13446)e707770Merge commit from forkMaintainer changes
This version was pushed to npm by better-gustavo, a new releaser for
@auth/coresince your current version.Updates
next-authfrom 5.0.0-beta.29 to 5.0.0-beta.32Release notes
Sourced from next-auth's releases.
Commits
e293b37chore(release): next-auth@5.0.0-beta.32 [skip ci]b690d91chore: add npm bugs metadata and fix repository field format (#13452)5af7357chore(release): bump package version(s) [skip ci]8a933f9fix(core): document that getToken returns null for malformed authorization he...5b1aa47chore(ci): pin surrealdb test server to the v2 image for the 1.3 client (#13468)1116034Chore/nodemailer 8 peer deps (#13434)7b35fc3fix(docs): repair docs build broken by floating TypeScript resolution (#13450)b24abfafix(proxy): override Vercel build command so it doesn't run turbo (#13448)a99514bchore(deps): resolve remaining Dependabot alerts via cross-major dependency u...d008b9bMerge commit from forkMaintainer changes
This version was pushed to npm by better-gustavo, a new releaser for next-auth since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Summary by cubic
Upgrade
next-authto 5.0.0-beta.32 and@auth/coreto 0.41.3 inuito pick up security fixes and safer token/session handling. Aligns peer deps to reduce advisories.Dependencies
getToken()now returns null for malformed Bearer tokens; OAuth check cookies are provider-bound; emails are NFKC-normalized.next-authreturns no session on non-OK responses (auth checks fail closed).nodemailer^7.0.7 || ^8.0.5,next^14–^16,react^18 || ^19.Migration
nodemailer>=7.0.7 or ^8.0.5.getToken()to throw; handle null instead.Written for commit 75cad00. Summary will update on new commits.