From 9a295cf65f53895ec50ab4f296f4030176c54413 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Apr 2022 20:56:46 +0000 Subject: [PATCH] Update dependency next-auth to v4.3.4 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8dcafe..82994c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "ics": "2.35.0", "mongoose": "6.3.1", "next": "12.1.5", - "next-auth": "4.3.3", + "next-auth": "4.3.4", "next-mdx-remote": "4.0.3", "nodemailer": "6.7.3", "p-retry": "5.1.1", @@ -8240,9 +8240,9 @@ } }, "node_modules/next-auth": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.3.tgz", - "integrity": "sha512-bUs+oOOPT18Pq/+4v9q4PA/DGoVoAX6jwY7RTfE/akFXwlny+y/mNS6lPSUwpqcHjljqBaq34PQA3+01SdOOPw==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.4.tgz", + "integrity": "sha512-8dGkNicbxY2BYsJq4uOJIEsGt39wXj5AViTBsVfbRQqtAFmZmXYHutf90VBmobm8rT2+Xl60HDUTkuVVK+x+xw==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -8259,8 +8259,8 @@ }, "peerDependencies": { "nodemailer": "^6.6.5", - "react": "^17.0.2 || ^18.0.0-0", - "react-dom": "^17.0.2 || ^18.0.0-0" + "react": "^17.0.2 || ^18", + "react-dom": "^17.0.2 || ^18" }, "peerDependenciesMeta": { "nodemailer": { @@ -16948,9 +16948,9 @@ } }, "next-auth": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.3.tgz", - "integrity": "sha512-bUs+oOOPT18Pq/+4v9q4PA/DGoVoAX6jwY7RTfE/akFXwlny+y/mNS6lPSUwpqcHjljqBaq34PQA3+01SdOOPw==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.4.tgz", + "integrity": "sha512-8dGkNicbxY2BYsJq4uOJIEsGt39wXj5AViTBsVfbRQqtAFmZmXYHutf90VBmobm8rT2+Xl60HDUTkuVVK+x+xw==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index 8e1bc7c..556f813 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "ics": "2.35.0", "mongoose": "6.3.1", "next": "12.1.5", - "next-auth": "4.3.3", + "next-auth": "4.3.4", "next-mdx-remote": "4.0.3", "nodemailer": "6.7.3", "p-retry": "5.1.1",