update mongodb adapter

This commit is contained in:
Thomas Ruoff
2021-12-08 23:53:38 +01:00
parent 28f8e527cc
commit 684aed30a2
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2012,9 +2012,9 @@
"integrity": "sha512-jDJTpta+P4p1NZTFVLHJ/TLFVYVcOqv6l8xwOeBKNPMgY/zDYH/YH7SJbvrr/h1RcS9GzbPcLKGzpuK9cV56UA=="
},
"@next-auth/mongodb-adapter": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.0.tgz",
"integrity": "sha512-cbsJ4U29KtPLPM5DBsjU/ITUEgSUECL5p5ErLr7EmIPKdPrs+wAq5Zvt6mbd5vzHRPs8vsRSiFfajiFFlLFi0w=="
"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=="
},
"@next/env": {
"version": "12.0.7",

View File

@@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@next-auth/mongodb-adapter": "1.0.0",
"@next-auth/mongodb-adapter": "1.0.1",
"autoprefixer": "10.4.0",
"date-fns": "2.27.0",
"date-fns-tz": "1.1.6",