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

This commit is contained in:
renovate[bot]
2023-04-20 08:45:58 +00:00
parent d117d029e6
commit 9c9c70cc1e
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "pfadi-bussle",
"version": "0.1.0",
"dependencies": {
"@next-auth/mongodb-adapter": "1.1.1",
"@next-auth/mongodb-adapter": "1.1.3",
"@vercel/analytics": "^0.1.4",
"autoprefixer": "10.4.14",
"classnames": "2.3.2",
@@ -3294,11 +3294,11 @@
}
},
"node_modules/@next-auth/mongodb-adapter": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.1.1.tgz",
"integrity": "sha512-X5O4U4l2M8nyp/B3qF5GOr/JJw2ShKgWfTZRa80Y5CUzTPPmf09ggL5v5UwCmz9l2RIv2GUxO8hK4qrcaZvDRw==",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.1.3.tgz",
"integrity": "sha512-nH/may8hntYBlcuxepSsR2b95w6SRnP+c/FFt3KKjdTScNjhrN0zZdlT90nisjG/3gK+MvzMbz/F4Rwpgr9RMA==",
"peerDependencies": {
"mongodb": "^4.1.1",
"mongodb": "^5 || ^4",
"next-auth": "^4"
}
},
@@ -14725,9 +14725,9 @@
}
},
"@next-auth/mongodb-adapter": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.1.1.tgz",
"integrity": "sha512-X5O4U4l2M8nyp/B3qF5GOr/JJw2ShKgWfTZRa80Y5CUzTPPmf09ggL5v5UwCmz9l2RIv2GUxO8hK4qrcaZvDRw==",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.1.3.tgz",
"integrity": "sha512-nH/may8hntYBlcuxepSsR2b95w6SRnP+c/FFt3KKjdTScNjhrN0zZdlT90nisjG/3gK+MvzMbz/F4Rwpgr9RMA==",
"requires": {}
},
"@next/env": {

View File

@@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@next-auth/mongodb-adapter": "1.1.1",
"@next-auth/mongodb-adapter": "1.1.3",
"@vercel/analytics": "^0.1.4",
"autoprefixer": "10.4.14",
"classnames": "2.3.2",