From 04de73854e2146fe5691d74adf125ff1116963ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:37:42 +0000 Subject: [PATCH] chore(deps): bump next-auth from 4.24.11 to 4.24.12 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.11 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.11...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 | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83a5081..4c567a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "date-fns": "^4.1.0", "lucide-react": "^0.540.0", "next": "^15.5.3", - "next-auth": "^4.24.11", + "next-auth": "^4.24.12", "next-intl": "^4.3.8", "react": "^19.1.1", "react-dom": "^19.1.1", @@ -10309,7 +10309,9 @@ } }, "node_modules/next-auth": { - "version": "4.24.11", + "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", @@ -10324,8 +10326,8 @@ }, "peerDependencies": { "@auth/core": "0.34.2", - "next": "^12.2.5 || ^13 || ^14 || ^15", - "nodemailer": "^6.6.5", + "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" }, diff --git a/package.json b/package.json index dc48d61..6f40462 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "date-fns": "^4.1.0", "lucide-react": "^0.540.0", "next": "^15.5.3", - "next-auth": "^4.24.11", + "next-auth": "^4.24.12", "next-intl": "^4.3.8", "react": "^19.1.1", "react-dom": "^19.1.1",