Update nextauth

This commit is contained in:
Delba de Oliveira
2023-10-26 10:38:26 -07:00
parent a7b3bc64df
commit a4c2ac4fdf
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
"bcrypt": "^5.1.1",
"clsx": "^2.0.0",
"next": "^14.0.0",
"next-auth": "5.0.0-beta.2",
"next-auth": "^5.0.0-beta.3",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -1316,14 +1316,14 @@
}
},
"node_modules/next-auth": {
"version": "5.0.0-beta.2",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.2.tgz",
"integrity": "sha512-iObWfRlUoQM8qk/ZOZrN9iHC1Yf+jsTN1J8PPFyzIGEL1GP2zclFt0AH/SVZAqXP3EPPKuE/9xfCc99SMp3MMQ==",
"version": "5.0.0-beta.3",
"resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.3.tgz",
"integrity": "sha512-WOKhATBFGeONV+29HzFmspNmL7NXxrsCWLfaDKmAd/4DD1nqXE0BzNFH8t3SJBx7PUDMnB6F7xB76LM/AaV1MQ==",
"dependencies": {
"@auth/core": "experimental"
},
"peerDependencies": {
"next": "^13.5.3",
"next": "^14",
"nodemailer": "^6.6.5",
"react": "^18.2.0"
},

View File

@@ -16,7 +16,7 @@
"bcrypt": "^5.1.1",
"clsx": "^2.0.0",
"next": "^14.0.0",
"next-auth": "5.0.0-beta.2",
"next-auth": "^5.0.0-beta.3",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",