update nodemailer and overwriter vor next-auth

This commit is contained in:
Thomas Ruoff
2026-02-12 21:18:13 +01:00
parent 5f85e4bbbe
commit 9c8ebbbbb5
4 changed files with 13 additions and 11 deletions

View File

@@ -17,6 +17,7 @@
"@next-auth/mongodb-adapter": "^1.1.3",
"@next/mdx": "^16.1.6",
"@types/mdx": "^2.0.11",
"@types/nodemailer": "^7.0.9",
"@vercel/analytics": "^1.6.1",
"autoprefixer": "^10.4.24",
"classnames": "^2.5.1",
@@ -27,14 +28,16 @@
"next": "^16.1.6",
"next-auth": "^4.24.13",
"next-axiom": "^1.10.0",
"nodemailer": "^8.0.0",
"nodemailer": "^8.0.1",
"react": "^19.2.4",
"react-calendar": "^6.0.0",
"react-dom": "^19.2.4"
},
"overrides": {
"nodemailer": "^8.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/nodemailer": "^7.0.9",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"eslint-config-prettier": "^10.1.8",
@@ -50,4 +53,4 @@
"^.+\\.(ts|tsx)$": "ts-jest"
}
}
}
}