From 1916c5f88cf0c09483cf2a8086793bf5b5aa6047 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 19:14:15 +0000 Subject: [PATCH] Update dependency next-auth to v4.12.2 --- 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 a98ae6a..c784f61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ics": "2.40.0", "mongoose": "6.6.2", "next": "12.3.1", - "next-auth": "4.12.1", + "next-auth": "4.12.2", "next-axiom": "0.14.0", "next-mdx-remote": "4.1.0", "nodemailer": "6.7.8", @@ -7166,9 +7166,9 @@ } }, "node_modules/next-auth": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.12.1.tgz", - "integrity": "sha512-T0By19RqT4TeStY65OUOaeiwJnGtkgY84GlxbsL9CSEIvu5QvaQlbKh48PwPjtEkaIOxKA3FVaJL6Lsz37Ju5g==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.12.2.tgz", + "integrity": "sha512-B25iFUIKYa2pRMWRFPIQWv84WJydqIsv6EbriNuzqNSZnxnlmpsrmJrTeMMLf+9a3qf9FG8enxDmDntmwnBkDQ==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -15053,9 +15053,9 @@ } }, "next-auth": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.12.1.tgz", - "integrity": "sha512-T0By19RqT4TeStY65OUOaeiwJnGtkgY84GlxbsL9CSEIvu5QvaQlbKh48PwPjtEkaIOxKA3FVaJL6Lsz37Ju5g==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.12.2.tgz", + "integrity": "sha512-B25iFUIKYa2pRMWRFPIQWv84WJydqIsv6EbriNuzqNSZnxnlmpsrmJrTeMMLf+9a3qf9FG8enxDmDntmwnBkDQ==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index d2c5a8e..aee88f5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ics": "2.40.0", "mongoose": "6.6.2", "next": "12.3.1", - "next-auth": "4.12.1", + "next-auth": "4.12.2", "next-axiom": "0.14.0", "next-mdx-remote": "4.1.0", "nodemailer": "6.7.8",