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

This commit is contained in:
renovate[bot]
2022-07-21 15:02:17 +00:00
parent 73a60bfd36
commit 3b9e5015b3
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "pfadi-bussle", "name": "pfadi-bussle",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@next-auth/mongodb-adapter": "1.0.3", "@next-auth/mongodb-adapter": "1.0.4",
"@sendgrid/mail": "7.7.0", "@sendgrid/mail": "7.7.0",
"autoprefixer": "10.4.7", "autoprefixer": "10.4.7",
"classnames": "2.3.1", "classnames": "2.3.1",
@@ -1276,12 +1276,12 @@
} }
}, },
"node_modules/@next-auth/mongodb-adapter": { "node_modules/@next-auth/mongodb-adapter": {
"version": "1.0.3", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.3.tgz", "resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.4.tgz",
"integrity": "sha512-oO8OYjMhYx8s5qsdWWD+yNCqszCO7ewg6UkDhvfY0KhJRbcoOAwOgYYH5Bo4ZGJDqmIw8g6JeGipP7+xLa2Ynw==", "integrity": "sha512-vRSPo2o9Ok+S5JpOvtgVtMExPFgrg2ybz1zVs0YJwUZ+GIPHKRGYxa1NsJRmWjZ1DesrUDkvoInzGAmE1dWx6Q==",
"peerDependencies": { "peerDependencies": {
"mongodb": "^4.1.1", "mongodb": "^4.1.1",
"next-auth": "^4.0.1" "next-auth": "^4"
} }
}, },
"node_modules/@next/env": { "node_modules/@next/env": {
@@ -10403,9 +10403,9 @@
} }
}, },
"@next-auth/mongodb-adapter": { "@next-auth/mongodb-adapter": {
"version": "1.0.3", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.3.tgz", "resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.4.tgz",
"integrity": "sha512-oO8OYjMhYx8s5qsdWWD+yNCqszCO7ewg6UkDhvfY0KhJRbcoOAwOgYYH5Bo4ZGJDqmIw8g6JeGipP7+xLa2Ynw==", "integrity": "sha512-vRSPo2o9Ok+S5JpOvtgVtMExPFgrg2ybz1zVs0YJwUZ+GIPHKRGYxa1NsJRmWjZ1DesrUDkvoInzGAmE1dWx6Q==",
"requires": {} "requires": {}
}, },
"@next/env": { "@next/env": {

View File

@@ -10,7 +10,7 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "dependencies": {
"@next-auth/mongodb-adapter": "1.0.3", "@next-auth/mongodb-adapter": "1.0.4",
"@sendgrid/mail": "7.7.0", "@sendgrid/mail": "7.7.0",
"autoprefixer": "10.4.7", "autoprefixer": "10.4.7",
"classnames": "2.3.1", "classnames": "2.3.1",