From 3b9e5015b3fb19084ac14c666b7939c2ff5e72dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 15:02:17 +0000 Subject: [PATCH] Update dependency @next-auth/mongodb-adapter to v1.0.4 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4902a9..2e9cd42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "pfadi-bussle", "version": "0.1.0", "dependencies": { - "@next-auth/mongodb-adapter": "1.0.3", + "@next-auth/mongodb-adapter": "1.0.4", "@sendgrid/mail": "7.7.0", "autoprefixer": "10.4.7", "classnames": "2.3.1", @@ -1276,12 +1276,12 @@ } }, "node_modules/@next-auth/mongodb-adapter": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.3.tgz", - "integrity": "sha512-oO8OYjMhYx8s5qsdWWD+yNCqszCO7ewg6UkDhvfY0KhJRbcoOAwOgYYH5Bo4ZGJDqmIw8g6JeGipP7+xLa2Ynw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.4.tgz", + "integrity": "sha512-vRSPo2o9Ok+S5JpOvtgVtMExPFgrg2ybz1zVs0YJwUZ+GIPHKRGYxa1NsJRmWjZ1DesrUDkvoInzGAmE1dWx6Q==", "peerDependencies": { "mongodb": "^4.1.1", - "next-auth": "^4.0.1" + "next-auth": "^4" } }, "node_modules/@next/env": { @@ -10403,9 +10403,9 @@ } }, "@next-auth/mongodb-adapter": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.3.tgz", - "integrity": "sha512-oO8OYjMhYx8s5qsdWWD+yNCqszCO7ewg6UkDhvfY0KhJRbcoOAwOgYYH5Bo4ZGJDqmIw8g6JeGipP7+xLa2Ynw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.4.tgz", + "integrity": "sha512-vRSPo2o9Ok+S5JpOvtgVtMExPFgrg2ybz1zVs0YJwUZ+GIPHKRGYxa1NsJRmWjZ1DesrUDkvoInzGAmE1dWx6Q==", "requires": {} }, "@next/env": { diff --git a/package.json b/package.json index 89a02b9..2b6f489 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "jest" }, "dependencies": { - "@next-auth/mongodb-adapter": "1.0.3", + "@next-auth/mongodb-adapter": "1.0.4", "@sendgrid/mail": "7.7.0", "autoprefixer": "10.4.7", "classnames": "2.3.1",