From 926df2e6a6d5e17d87c88ba7da82b994d96791cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:05:27 +0000 Subject: [PATCH] Update dependency next-auth to v4.24.4 --- 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 c164053d..31efb5e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "html-react-parser": "4.2.9", "lodash": "4.17.21", "next": "13.5.6", - "next-auth": "4.24.3", + "next-auth": "4.24.4", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "7.47.0", @@ -6588,9 +6588,9 @@ } }, "node_modules/next-auth": { - "version": "4.24.3", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.3.tgz", - "integrity": "sha512-n1EvmY7MwQMSOkCh6jhI6uBneB6VVtkYELVMEwVaCLD1mBD3IAAucwk+90kgxramW09nSp5drvynwfNCi1JjaQ==", + "version": "4.24.4", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.4.tgz", + "integrity": "sha512-5DGffi+OpkbU62vPQIJ1z+hFnmow+ec5Qrn9m6eoglIO51m0DlrmLxBduZEwKAYDEg9k2joi1yelgmq1vqK3aQ==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -6603,7 +6603,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 38493880..af5b4bb5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "html-react-parser": "4.2.9", "lodash": "4.17.21", "next": "13.5.6", - "next-auth": "4.24.3", + "next-auth": "4.24.4", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "7.47.0",