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

This commit is contained in:
renovate[bot]
2022-09-25 08:03:01 +00:00
parent 6298957ddb
commit 5fa69ae0f0
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "pfadi-bussle",
"version": "0.1.0",
"dependencies": {
"@next-auth/mongodb-adapter": "1.0.4",
"@next-auth/mongodb-adapter": "1.1.0",
"@sendgrid/mail": "7.7.0",
"autoprefixer": "10.4.12",
"classnames": "2.3.2",
@@ -1430,9 +1430,9 @@
}
},
"node_modules/@next-auth/mongodb-adapter": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.4.tgz",
"integrity": "sha512-vRSPo2o9Ok+S5JpOvtgVtMExPFgrg2ybz1zVs0YJwUZ+GIPHKRGYxa1NsJRmWjZ1DesrUDkvoInzGAmE1dWx6Q==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.1.0.tgz",
"integrity": "sha512-jB63vZYwgyVQFNGXwNaxZODVAsdZZCuCvN+uY8mp0lXLIstd/4/GbevWK4eHlUvoteOOKlYJxW46FbRuuh+WBw==",
"peerDependencies": {
"mongodb": "^4.1.1",
"next-auth": "^4"
@@ -10972,9 +10972,9 @@
}
},
"@next-auth/mongodb-adapter": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.4.tgz",
"integrity": "sha512-vRSPo2o9Ok+S5JpOvtgVtMExPFgrg2ybz1zVs0YJwUZ+GIPHKRGYxa1NsJRmWjZ1DesrUDkvoInzGAmE1dWx6Q==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.1.0.tgz",
"integrity": "sha512-jB63vZYwgyVQFNGXwNaxZODVAsdZZCuCvN+uY8mp0lXLIstd/4/GbevWK4eHlUvoteOOKlYJxW46FbRuuh+WBw==",
"requires": {}
},
"@next/env": {

View File

@@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@next-auth/mongodb-adapter": "1.0.4",
"@next-auth/mongodb-adapter": "1.1.0",
"@sendgrid/mail": "7.7.0",
"autoprefixer": "10.4.12",
"classnames": "2.3.2",