From a462cd1c14933ec37e845014f18d09b9dea358aa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jun 2022 20:18:39 +0000 Subject: [PATCH] Update dependency next-auth to v4.6.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 53e0dae..c127a49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "ics": "2.35.0", "mongoose": "6.3.8", "next": "12.1.6", - "next-auth": "4.5.0", + "next-auth": "4.6.1", "next-mdx-remote": "4.0.3", "nodemailer": "6.7.5", "p-retry": "5.1.1", @@ -6683,9 +6683,9 @@ } }, "node_modules/next-auth": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.5.0.tgz", - "integrity": "sha512-B6gYRIbqtj8nlDsx3y2Ruwp/mvZnItPs7VUULY43QYw+M9xtDPIM9EBZ3ryd/wNYA3MDteBJlzGm/ivseXcmJA==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.6.1.tgz", + "integrity": "sha512-Fq0+NUZ0Kp7LhT0UZzZkSBcRb0W6DYlhgTUZragSqW5HXTJ7ShgFqOhH5aFoGSpXIxsZQmfFBbt9Oun09mf+aA==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -14036,9 +14036,9 @@ } }, "next-auth": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.5.0.tgz", - "integrity": "sha512-B6gYRIbqtj8nlDsx3y2Ruwp/mvZnItPs7VUULY43QYw+M9xtDPIM9EBZ3ryd/wNYA3MDteBJlzGm/ivseXcmJA==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.6.1.tgz", + "integrity": "sha512-Fq0+NUZ0Kp7LhT0UZzZkSBcRb0W6DYlhgTUZragSqW5HXTJ7ShgFqOhH5aFoGSpXIxsZQmfFBbt9Oun09mf+aA==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index e1b87a2..ef91520 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "ics": "2.35.0", "mongoose": "6.3.8", "next": "12.1.6", - "next-auth": "4.5.0", + "next-auth": "4.6.1", "next-mdx-remote": "4.0.3", "nodemailer": "6.7.5", "p-retry": "5.1.1",