Update dependency @next-auth/mongodb-adapter to v1.0.3

This commit is contained in:
Renovate Bot
2022-03-17 22:22:00 +00:00
committed by Thomas Ruoff
parent 5c78efd857
commit dbd2edaf12
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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",