From 2e36b4bd32b7bdf7d2ad529ff83558999a8874a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:18:16 +0000 Subject: [PATCH] Bump next-auth from 4.24.10 to 4.24.12 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.10 to 4.24.12. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.10...next-auth@4.24.12) --- updated-dependencies: - dependency-name: next-auth dependency-version: 4.24.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b35c8119..d39c0684 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "lucide-react": "^0.441.0", "mongodb": "^6.1.0", "next": "^14.2.32", - "next-auth": "^4.24.10", + "next-auth": "^4.24.12", "react": "18.2.0", "react-dom": "18.2.0", "react-hot-toast": "^2.4.1", @@ -4987,9 +4987,10 @@ } }, "node_modules/next-auth": { - "version": "4.24.10", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.10.tgz", - "integrity": "sha512-8NGqiRO1GXBcVfV8tbbGcUgQkAGsX4GRzzXXea4lDikAsJtD5KiEY34bfhUOjHLvr6rT6afpcxw2H8EZqOV6aQ==", + "version": "4.24.12", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.12.tgz", + "integrity": "sha512-wooJAL5Md9Fn2UwUI2qN9TY/+k8HJGRyi3TdSt/xHfDTtdpPxDqmo4v8hUrKGb+d66FB/rYy9RutA/9EeJrK0Q==", + "license": "ISC", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -5003,10 +5004,10 @@ }, "peerDependencies": { "@auth/core": "0.34.2", - "next": "^12.2.5 || ^13 || ^14 || ^15", - "nodemailer": "^6.6.5", - "react": "^17.0.2 || ^18", - "react-dom": "^17.0.2 || ^18" + "next": "^12.2.5 || ^13 || ^14 || ^15 || ^16", + "nodemailer": "^7.0.7", + "react": "^17.0.2 || ^18 || ^19", + "react-dom": "^17.0.2 || ^18 || ^19" }, "peerDependenciesMeta": { "@auth/core": { diff --git a/package.json b/package.json index 03b521e8..02bba84f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "lucide-react": "^0.441.0", "mongodb": "^6.1.0", "next": "^14.2.32", - "next-auth": "^4.24.10", + "next-auth": "^4.24.12", "react": "18.2.0", "react-dom": "18.2.0", "react-hot-toast": "^2.4.1",