Change engine and update next-auth to 4.22.1

This commit is contained in:
2023-05-28 17:59:57 +04:00
parent d41a946278
commit 6460c1f222
2 changed files with 43 additions and 36 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
"express": "^4.17.1",
"lodash": "^4.17.21",
"next": "^12.2.5",
"next-auth": "^4.14.0",
"next-auth": "^4.22.1",
"next-plausible": "^3.6.3",
"next-pwa": "5.6.0",
"nodemailer": "^6.7.2",
@@ -90,7 +90,7 @@
}
},
"engines": {
"node": ">=14.19.1 <=16.x.x",
"node": "^16.13.0 || ^18.12.0",
"npm": ">=6.0.0"
}
}