From 5e008d8776e34bac95189ea50b2f88eb1d4a21ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 16:52:50 +0000 Subject: [PATCH] Update dependency next-auth to v4.10.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 82b4d13..af7bbe4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ics": "2.37.0", "mongoose": "6.4.5", "next": "12.2.2", - "next-auth": "4.10.0", + "next-auth": "4.10.1", "next-axiom": "0.11.0", "next-mdx-remote": "4.0.3", "nodemailer": "6.7.7", @@ -6812,9 +6812,9 @@ } }, "node_modules/next-auth": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.0.tgz", - "integrity": "sha512-4CKZbv9VeCaqfDAXyqFThZy05ApbLd0bhXEB+DCq9aD43h6Rkvz0QgM7QOCJXESy0QKJUXHzopkBq+iaGxdc0g==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.1.tgz", + "integrity": "sha512-F00vtwBdyMIIJ8IORHOAOHjVGTDEhhm9+HpB2BQ8r40WtGxqToWWLN7Z+2ZW/z2RFlo3zhcuAtUCPUzVJxtZwQ==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -14302,9 +14302,9 @@ } }, "next-auth": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.0.tgz", - "integrity": "sha512-4CKZbv9VeCaqfDAXyqFThZy05ApbLd0bhXEB+DCq9aD43h6Rkvz0QgM7QOCJXESy0QKJUXHzopkBq+iaGxdc0g==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.1.tgz", + "integrity": "sha512-F00vtwBdyMIIJ8IORHOAOHjVGTDEhhm9+HpB2BQ8r40WtGxqToWWLN7Z+2ZW/z2RFlo3zhcuAtUCPUzVJxtZwQ==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index e08777c..aa52e86 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "ics": "2.37.0", "mongoose": "6.4.5", "next": "12.2.2", - "next-auth": "4.10.0", + "next-auth": "4.10.1", "next-axiom": "0.11.0", "next-mdx-remote": "4.0.3", "nodemailer": "6.7.7",