Bump next-auth from 4.24.5 to 4.24.15 in /apps/functional_chat - #72
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump next-auth from 4.24.5 to 4.24.15 in /apps/functional_chat#72dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.5 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.5...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>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk: medium. Cursor Bugbot passed with no findings; Cursor Security Agent was not run on this PR. The next-auth 4.24.15 security patch changes OAuth/session behavior in functional_chat, which exceeds the low-risk auto-approve threshold—please verify sign-in flows after deploy.
Sent by Cursor Approval Agent: Pull Request Approver
Author
|
Superseded by #77. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/apps/functional_chat/next-auth-4.24.15
branch
July 30, 2026 15:35
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 next-auth from 4.24.5 to 4.24.15.
Release notes
Sourced from next-auth's releases.
Commits
d857eecchore(release): next-auth@4.24.15 [skip ci]5bca239fix(next-auth): harden getToken parsing and bind OAuth check cookies to provi...db7e27dchore(deps): use uuid ^11.1.1 to keep CommonJS support (#13466)32d874cfix(next-auth): repair red v4 CI (lint + pre-existing test drift) (#13447)fa85858chore: update uuid to v14, remove deprecated types (#13422)2a39465Merge commit from fork19d2febMerge commit from forke9a892achore(release): bump version [skip ci]0497da4fix(providers): add issuer to github (#13412)1a70ee8chore(release): bump version [skip ci]Maintainer 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.
Note
Medium Risk
Touches authentication/session handling and cookie behavior; expect possible one-time OAuth sign-in retries after deploy, but no application code changed.
Overview
Updates
next-authinapps/functional_chatfrom 4.24.5 to 4.24.15 viapackage-lock.jsononly (no app source changes).The resolved lockfile pulls in 4.24.15 security and compatibility fixes: safer
getToken()/ OAuth cookie handling, email NFKC normalization, GitHub provider issuer for RFC 9207,cookie^0.7.0 (lock shows 0.7.2),jose^4.15.5, and nesteduuid11.1.1 for CommonJS on Node 18. Peer ranges now include Next 15/16 and React 19.The lockfile also drops many former optional peer packages (e.g.
canvas,ts-node) and tweaks a few dev dependency version specifiers (latest→*).Reviewed by Cursor Bugbot for commit 47caf4a. Bugbot is set up for automated code reviews on this repo. Configure here.