From 9ff79adb1f981f57a4c887074fa99ef70db162e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 21:29:06 +0000 Subject: [PATCH] Update dependency next-auth to v4.8.0 --- 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 5b20f91..6e069b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ics": "2.35.0", "mongoose": "6.4.1", "next": "12.1.6", - "next-auth": "4.6.1", + "next-auth": "4.8.0", "next-axiom": "0.9.0", "next-mdx-remote": "4.0.3", "nodemailer": "6.7.5", @@ -6740,9 +6740,9 @@ } }, "node_modules/next-auth": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.6.1.tgz", - "integrity": "sha512-Fq0+NUZ0Kp7LhT0UZzZkSBcRb0W6DYlhgTUZragSqW5HXTJ7ShgFqOhH5aFoGSpXIxsZQmfFBbt9Oun09mf+aA==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.8.0.tgz", + "integrity": "sha512-7vN7akNsAEqV8w1cqZf71UFYw18zy/N5y3xEQz2k3Rju34n7z3+cwdNjGS0FVCoKi/s1wiN27z9ruwlOwiQNsg==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -14158,9 +14158,9 @@ } }, "next-auth": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.6.1.tgz", - "integrity": "sha512-Fq0+NUZ0Kp7LhT0UZzZkSBcRb0W6DYlhgTUZragSqW5HXTJ7ShgFqOhH5aFoGSpXIxsZQmfFBbt9Oun09mf+aA==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.8.0.tgz", + "integrity": "sha512-7vN7akNsAEqV8w1cqZf71UFYw18zy/N5y3xEQz2k3Rju34n7z3+cwdNjGS0FVCoKi/s1wiN27z9ruwlOwiQNsg==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index 1a0274f..9f510eb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "ics": "2.35.0", "mongoose": "6.4.1", "next": "12.1.6", - "next-auth": "4.6.1", + "next-auth": "4.8.0", "next-axiom": "0.9.0", "next-mdx-remote": "4.0.3", "nodemailer": "6.7.5",