From 451f03549d13eac2c6f4726eb9fd658769621073 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 8 Dec 2021 23:39:39 +0100 Subject: [PATCH] bump to next-auth 4.0.5 --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66b89f3..d9437c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8761,9 +8761,9 @@ } }, "next-auth": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.0.2.tgz", - "integrity": "sha512-skTQoIKIakesHeuCtLs2n+uMFsThWrqD+uUSdrj/1TCQ+dRGRkQmr/d0jvbAw8U8h8njUQBSvT6HoncjO8cp5Q==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.0.5.tgz", + "integrity": "sha512-POrV6c29Uu3+kVhOe8h3go2ytjeB2jPdW4GJwudUbK6OB++dkpT6yialmm8whM7hyoW4Xy3FbsoldGn8bVHhYg==", "requires": { "@babel/runtime": "^7.15.4", "@panva/hkdf": "^1.0.0", @@ -9620,9 +9620,9 @@ } }, "preact": { - "version": "10.6.2", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.6.2.tgz", - "integrity": "sha512-ppDjurt75nSxyikpyali+uKwRl8CK9N6ntOPovGIEGQagjMLVzEgVqFEsUUyUrqyE9Ch90KE0jmFc9q2QcPLBA==" + "version": "10.6.3", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.6.3.tgz", + "integrity": "sha512-vwuM6VmFffw5t3RrLFn49QHPzoepD9hiNdkLa3Mt4UGSRdfQfIHtC1xqxhjVGoq70Sjtxrn4c9xwAnaS6z3anA==" }, "preact-render-to-string": { "version": "5.1.19", diff --git a/package.json b/package.json index a9ac721..3f15c97 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "ics": "2.35.0", "mongoose": "5.13.13", "next": "12.0.7", - "next-auth": "4.0.2", + "next-auth": "4.0.5", "next-mdx-remote": "3.0.8", "nodemailer": "6.7.2", "p-retry": "5.0.0",