From 252ad0609e0fd75fbed7297de2ec028cdd10f8bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:58:57 +0000 Subject: [PATCH] Bump next-auth from 4.23.1 to 4.24.5 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.23.1 to 4.24.5. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.23.1...next-auth@4.24.5) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d335f39..9e7fc16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "jsonwebtoken": "^9.0.0", "mongoose": "^7.3.1", "next": "13.4.7", - "next-auth": "^4.23.1", + "next-auth": "^4.24.5", "nodemailer": "^6.9.3", "postcss": "8.4.24", "react": "18.2.0", @@ -3132,9 +3132,9 @@ } }, "node_modules/next-auth": { - "version": "4.23.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.1.tgz", - "integrity": "sha512-mL083z8KgRtlrIV6CDca2H1kduWJuK/3pTS0Fe2og15KOm4v2kkLGdSDfc2g+019aEBrJUT0pPW2Xx42ImN1WA==", + "version": "4.24.5", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.5.tgz", + "integrity": "sha512-3RafV3XbfIKk6rF6GlLE4/KxjTcuMCifqrmD+98ejFq73SRoj2rmzoca8u764977lH/Q7jo6Xu6yM+Re1Mz/Og==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -3147,7 +3147,7 @@ "uuid": "^8.3.2" }, "peerDependencies": { - "next": "^12.2.5 || ^13", + "next": "^12.2.5 || ^13 || ^14", "nodemailer": "^6.6.5", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" diff --git a/package.json b/package.json index d29b466..1e7aee8 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "jsonwebtoken": "^9.0.0", "mongoose": "^7.3.1", "next": "13.4.7", - "next-auth": "^4.23.1", + "next-auth": "^4.24.5", "nodemailer": "^6.9.3", "postcss": "8.4.24", "react": "18.2.0",