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

This commit is contained in:
renovate[bot]
2022-10-09 16:01:13 +00:00
parent aa5a06752c
commit 2319190f7d
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.1.0",
"@next-auth/mongodb-adapter": "1.1.1",
"@sendgrid/mail": "7.7.0",
"autoprefixer": "10.4.12",
"classnames": "2.3.2",
@@ -1420,9 +1420,9 @@
}
},
"node_modules/@next-auth/mongodb-adapter": {
"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==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.1.1.tgz",
"integrity": "sha512-X5O4U4l2M8nyp/B3qF5GOr/JJw2ShKgWfTZRa80Y5CUzTPPmf09ggL5v5UwCmz9l2RIv2GUxO8hK4qrcaZvDRw==",
"peerDependencies": {
"mongodb": "^4.1.1",
"next-auth": "^4"
@@ -10958,9 +10958,9 @@
}
},
"@next-auth/mongodb-adapter": {
"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==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.1.1.tgz",
"integrity": "sha512-X5O4U4l2M8nyp/B3qF5GOr/JJw2ShKgWfTZRa80Y5CUzTPPmf09ggL5v5UwCmz9l2RIv2GUxO8hK4qrcaZvDRw==",
"requires": {}
},
"@next/env": {