From 98549a3d70c0c8f25f8c3ad38f1dfc6b60f0e979 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 04:07:31 +0000 Subject: [PATCH] Update dependency next-auth to v4.24.3 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7a465c..1df2ca6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ics": "3.5.0", "mongoose": "7.6.3", "next": "^13.3.1", - "next-auth": "4.23.2", + "next-auth": "4.24.3", "next-axiom": "0.18.0", "next-mdx-remote": "4.4.1", "nodemailer": "^6.9.1", @@ -9243,9 +9243,9 @@ } }, "node_modules/next-auth": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.2.tgz", - "integrity": "sha512-VRmInu0r/yZNFQheDFeOKtiugu3bt90Po3owAQDnFQ3YLQFmUKgFjcE2+3L0ny5jsJpBXaKbm7j7W2QTc6Ye2A==", + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.3.tgz", + "integrity": "sha512-n1EvmY7MwQMSOkCh6jhI6uBneB6VVtkYELVMEwVaCLD1mBD3IAAucwk+90kgxramW09nSp5drvynwfNCi1JjaQ==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -19042,9 +19042,9 @@ } }, "next-auth": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.2.tgz", - "integrity": "sha512-VRmInu0r/yZNFQheDFeOKtiugu3bt90Po3owAQDnFQ3YLQFmUKgFjcE2+3L0ny5jsJpBXaKbm7j7W2QTc6Ye2A==", + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.3.tgz", + "integrity": "sha512-n1EvmY7MwQMSOkCh6jhI6uBneB6VVtkYELVMEwVaCLD1mBD3IAAucwk+90kgxramW09nSp5drvynwfNCi1JjaQ==", "requires": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/package.json b/package.json index a3b73f2..755245b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ics": "3.5.0", "mongoose": "7.6.3", "next": "^13.3.1", - "next-auth": "4.23.2", + "next-auth": "4.24.3", "next-axiom": "0.18.0", "next-mdx-remote": "4.4.1", "nodemailer": "^6.9.1",