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

This commit is contained in:
Renovate Bot
2021-12-04 05:19:36 +00:00
committed by Thomas Ruoff
parent b24eeb1854
commit 7196bd2e91
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": "0.0.2-next.285",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-0.0.2-next.285.tgz",
"integrity": "sha512-pcPezsPwoRCBpTVhackQJUTqGsCtWZUcdL+KWkHKxbb7LVudEwNiHbJG1iyWrUGxNABMv9xVKDEf3PDsZyF30Q=="
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.0.tgz",
"integrity": "sha512-cbsJ4U29KtPLPM5DBsjU/ITUEgSUECL5p5ErLr7EmIPKdPrs+wAq5Zvt6mbd5vzHRPs8vsRSiFfajiFFlLFi0w=="
},
"@next/env": {
"version": "12.0.7",

View File

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