From dbd2edaf123118e667f2bf756b993bba33ecec88 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 17 Mar 2022 22:22:00 +0000 Subject: [PATCH] Update dependency @next-auth/mongodb-adapter to v1.0.3 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b21eff..4b7e62a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1650,9 +1650,9 @@ } }, "@next-auth/mongodb-adapter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.1.tgz", - "integrity": "sha512-lelT++VsktPQ3wdwRVTZuCR5M6upJge0nhiI/I/xYd45ekFaFp1reumZ0JywlxkR59dTRXDQLYEzU/JlMIcR5A==" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.3.tgz", + "integrity": "sha512-oO8OYjMhYx8s5qsdWWD+yNCqszCO7ewg6UkDhvfY0KhJRbcoOAwOgYYH5Bo4ZGJDqmIw8g6JeGipP7+xLa2Ynw==" }, "@next/env": { "version": "12.1.0", diff --git a/package.json b/package.json index b15fb94..e345de7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "jest" }, "dependencies": { - "@next-auth/mongodb-adapter": "1.0.1", + "@next-auth/mongodb-adapter": "1.0.3", "autoprefixer": "10.4.2", "date-fns": "2.28.0", "date-fns-tz": "1.3.0",