From 7405c1ba66406879429947ef1f257f21ecf9ff98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 22:33:06 +0000 Subject: [PATCH] Update dependency next-auth to v4.22.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 7b33fa2..7de13ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ics": "3.1.0", "mongoose": "7.0.4", "next": "^13.1.1", - "next-auth": "4.22.0", + "next-auth": "4.22.1", "next-axiom": "0.17.0", "next-mdx-remote": "4.4.1", "nodemailer": "^6.8.0", @@ -9140,9 +9140,9 @@ } }, "node_modules/next-auth": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.0.tgz", - "integrity": "sha512-08+kjnDoE7aQ52O996x6cwA3ffc2CbHIkrCgLYhbE+aDIJBKI0oA9UbIEIe19/+ODYJgpAHHOtJx4izmsgaVag==", + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.1.tgz", + "integrity": "sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -18893,9 +18893,9 @@ } }, "next-auth": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.0.tgz", - "integrity": "sha512-08+kjnDoE7aQ52O996x6cwA3ffc2CbHIkrCgLYhbE+aDIJBKI0oA9UbIEIe19/+ODYJgpAHHOtJx4izmsgaVag==", + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.1.tgz", + "integrity": "sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==", "requires": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/package.json b/package.json index a1aa11b..39d27af 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ics": "3.1.0", "mongoose": "7.0.4", "next": "^13.1.1", - "next-auth": "4.22.0", + "next-auth": "4.22.1", "next-axiom": "0.17.0", "next-mdx-remote": "4.4.1", "nodemailer": "^6.8.0",