From cb8884adc1b58bfdb8c31f822a8cc805e14c64d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 10:06:27 +0000 Subject: [PATCH] Update dependency next-auth to v4.23.1 --- 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 95b7225..a98c104 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ics": "3.4.0", "mongoose": "7.4.3", "next": "^13.3.1", - "next-auth": "4.23.0", + "next-auth": "4.23.1", "next-axiom": "0.18.0", "next-mdx-remote": "4.4.1", "nodemailer": "^6.9.1", @@ -9195,9 +9195,9 @@ } }, "node_modules/next-auth": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.0.tgz", - "integrity": "sha512-RgukcJkBdvsJwEfA+B80Wcowvtgy6tk8KKWffb7CMCdzcLO4fCCA6aB6sp/DZ2I0ISvWGnbVcO5KXmlan71igw==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.1.tgz", + "integrity": "sha512-mL083z8KgRtlrIV6CDca2H1kduWJuK/3pTS0Fe2og15KOm4v2kkLGdSDfc2g+019aEBrJUT0pPW2Xx42ImN1WA==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -18956,9 +18956,9 @@ } }, "next-auth": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.0.tgz", - "integrity": "sha512-RgukcJkBdvsJwEfA+B80Wcowvtgy6tk8KKWffb7CMCdzcLO4fCCA6aB6sp/DZ2I0ISvWGnbVcO5KXmlan71igw==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.1.tgz", + "integrity": "sha512-mL083z8KgRtlrIV6CDca2H1kduWJuK/3pTS0Fe2og15KOm4v2kkLGdSDfc2g+019aEBrJUT0pPW2Xx42ImN1WA==", "requires": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/package.json b/package.json index 4015cb2..4808275 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ics": "3.4.0", "mongoose": "7.4.3", "next": "^13.3.1", - "next-auth": "4.23.0", + "next-auth": "4.23.1", "next-axiom": "0.18.0", "next-mdx-remote": "4.4.1", "nodemailer": "^6.9.1",