From fe0ed8c264d7004f654491f041722f47bfd623b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 21:50:33 +0000 Subject: [PATCH] Update dependency next-auth to v4.20.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 3de1c55..4f6dd71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ics": "2.44.0", "mongoose": "6.10.0", "next": "^13.1.1", - "next-auth": "4.20.0", + "next-auth": "4.20.1", "next-axiom": "0.17.0", "next-mdx-remote": "4.4.1", "nodemailer": "^6.8.0", @@ -8648,9 +8648,9 @@ } }, "node_modules/next-auth": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.20.0.tgz", - "integrity": "sha512-Ff8Otk76rkZd230GVlf6oyj6K6Hz3Y8A0xr3AmRX1bOPagUWhlb2TBtgmktQlHrPI6QoINfPiAgsAOKTax1z3A==", + "version": "4.20.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.20.1.tgz", + "integrity": "sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -17959,9 +17959,9 @@ } }, "next-auth": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.20.0.tgz", - "integrity": "sha512-Ff8Otk76rkZd230GVlf6oyj6K6Hz3Y8A0xr3AmRX1bOPagUWhlb2TBtgmktQlHrPI6QoINfPiAgsAOKTax1z3A==", + "version": "4.20.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.20.1.tgz", + "integrity": "sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ==", "requires": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/package.json b/package.json index b9ea95d..17e0571 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ics": "2.44.0", "mongoose": "6.10.0", "next": "^13.1.1", - "next-auth": "4.20.0", + "next-auth": "4.20.1", "next-axiom": "0.17.0", "next-mdx-remote": "4.4.1", "nodemailer": "^6.8.0",