From cdec5d3f4d600847c01c3ef75f0c2c3e8ccbc3b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 10:17:40 +0000 Subject: [PATCH] Update dependency next-auth to v4.16.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 d6ca81e..ce00c76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ics": "2.41.0", "mongoose": "6.7.1", "next": "12.3.2", - "next-auth": "4.15.2", + "next-auth": "4.16.2", "next-axiom": "0.15.0", "next-mdx-remote": "4.1.0", "nodemailer": "6.8.0", @@ -8497,9 +8497,9 @@ } }, "node_modules/next-auth": { - "version": "4.15.2", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.2.tgz", - "integrity": "sha512-YsjGgY4hkTkN5pTIdwFBS2nTE68oI9KYXUBnOAC+SdWDOCK1vQikAICBdn4uUxBEeH9AH8xWYhpNzELaqFumsQ==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.16.2.tgz", + "integrity": "sha512-ZSb9omFv4hJT9Rm2OUAuUxCCBwpQnvQRXdcFHk7WIyt7Ud4O6NcNKH0fRTelFl30ycvr3Mc5PdnAt+zdr07nQw==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -17635,9 +17635,9 @@ } }, "next-auth": { - "version": "4.15.2", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.2.tgz", - "integrity": "sha512-YsjGgY4hkTkN5pTIdwFBS2nTE68oI9KYXUBnOAC+SdWDOCK1vQikAICBdn4uUxBEeH9AH8xWYhpNzELaqFumsQ==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.16.2.tgz", + "integrity": "sha512-ZSb9omFv4hJT9Rm2OUAuUxCCBwpQnvQRXdcFHk7WIyt7Ud4O6NcNKH0fRTelFl30ycvr3Mc5PdnAt+zdr07nQw==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index d15c04e..d9196a9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ics": "2.41.0", "mongoose": "6.7.1", "next": "12.3.2", - "next-auth": "4.15.2", + "next-auth": "4.16.2", "next-axiom": "0.15.0", "next-mdx-remote": "4.1.0", "nodemailer": "6.8.0",