From 996568bc6629350f06da6b35c13f2ae35aa7877b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 23:15:52 +0000 Subject: [PATCH] Update dependency next-auth to v4.22.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 e334bb2..4a6d474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ics": "3.2.0", "mongoose": "7.3.4", "next": "^13.3.1", - "next-auth": "4.22.1", + "next-auth": "4.22.3", "next-axiom": "0.18.0", "next-mdx-remote": "4.4.1", "nodemailer": "^6.9.1", @@ -9191,9 +9191,9 @@ } }, "node_modules/next-auth": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.1.tgz", - "integrity": "sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==", + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz", + "integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -18960,9 +18960,9 @@ } }, "next-auth": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.1.tgz", - "integrity": "sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==", + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz", + "integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==", "requires": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/package.json b/package.json index 59bc8d8..04b38cb 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ics": "3.2.0", "mongoose": "7.3.4", "next": "^13.3.1", - "next-auth": "4.22.1", + "next-auth": "4.22.3", "next-axiom": "0.18.0", "next-mdx-remote": "4.4.1", "nodemailer": "^6.9.1",