From 3d22067ec2476786307302b78516e9381dae874c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 16 Apr 2022 10:08:44 +0000 Subject: [PATCH] Update dependency next-auth to v4.3.2 --- 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 85ee391..641405d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "ics": "2.35.0", "mongoose": "6.3.0", "next": "12.1.5", - "next-auth": "4.3.1", + "next-auth": "4.3.2", "next-mdx-remote": "4.0.2", "nodemailer": "6.7.3", "p-retry": "5.1.0", @@ -10142,9 +10142,9 @@ } }, "node_modules/next-auth": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.1.tgz", - "integrity": "sha512-DBYEPBLq5naIqh/1i2zEHljcA1OXXecKW3NRU1W4s6R3UX3RdLZ2lWlqgBHUiZQ1zdNikFM/bYQxVGyG7bx8oA==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.2.tgz", + "integrity": "sha512-yj9HN9p81Fg3dkrq4Y0FxjfgupiABac7o+ve47j5GPLjo1qE2FFX1pr7g7mwQ1HDUCoGhLmgBpFBR8+pdWgFfQ==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -20345,9 +20345,9 @@ } }, "next-auth": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.1.tgz", - "integrity": "sha512-DBYEPBLq5naIqh/1i2zEHljcA1OXXecKW3NRU1W4s6R3UX3RdLZ2lWlqgBHUiZQ1zdNikFM/bYQxVGyG7bx8oA==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.2.tgz", + "integrity": "sha512-yj9HN9p81Fg3dkrq4Y0FxjfgupiABac7o+ve47j5GPLjo1qE2FFX1pr7g7mwQ1HDUCoGhLmgBpFBR8+pdWgFfQ==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index 04813d2..11a0479 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "ics": "2.35.0", "mongoose": "6.3.0", "next": "12.1.5", - "next-auth": "4.3.1", + "next-auth": "4.3.2", "next-mdx-remote": "4.0.2", "nodemailer": "6.7.3", "p-retry": "5.1.0",