update nodemailer

This commit is contained in:
Thomas Ruoff
2026-02-06 21:53:15 +01:00
parent e313db6fee
commit 5f85e4bbbe
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@@ -24,14 +24,14 @@
"next": "^16.1.6", "next": "^16.1.6",
"next-auth": "^4.24.13", "next-auth": "^4.24.13",
"next-axiom": "^1.10.0", "next-axiom": "^1.10.0",
"nodemailer": "^7.0.13", "nodemailer": "^8.0.0",
"react": "^19.2.4", "react": "^19.2.4",
"react-calendar": "^6.0.0", "react-calendar": "^6.0.0",
"react-dom": "^19.2.4" "react-dom": "^19.2.4"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4.1.18", "@tailwindcss/postcss": "^4.1.18",
"@types/nodemailer": "^6.4.17", "@types/nodemailer": "^7.0.9",
"eslint": "^9.39.2", "eslint": "^9.39.2",
"eslint-config-next": "^16.1.6", "eslint-config-next": "^16.1.6",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
@@ -2613,9 +2613,9 @@
} }
}, },
"node_modules/@types/nodemailer": { "node_modules/@types/nodemailer": {
"version": "6.4.22", "version": "7.0.9",
"resolved": "https://registry.npmjs.org/@types/nodemailer/-/nodemailer-6.4.22.tgz", "resolved": "https://registry.npmjs.org/@types/nodemailer/-/nodemailer-7.0.9.tgz",
"integrity": "sha512-HV16KRsW7UyZBITE07B62k8PRAKFqRSFXn1T7vslurVjN761tMDBhk5Lbt17ehyTzK6XcyJnAgUpevrvkcVOzw==", "integrity": "sha512-vI8oF1M+8JvQhsId0Pc38BdUP2evenIIys7c7p+9OZXSPOH5c1dyINP1jT8xQ2xPuBUXmIC87s+91IZMDjH8Ow==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -9138,9 +9138,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/nodemailer": { "node_modules/nodemailer": {
"version": "7.0.13", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-7.0.13.tgz", "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.0.tgz",
"integrity": "sha512-PNDFSJdP+KFgdsG3ZzMXCgquO7I6McjY2vlqILjtJd0hy8wEvtugS9xKRF2NWlPNGxvLCXlTNIae4serI7dinw==", "integrity": "sha512-xvVJf/f0bzmNpnRIbhCp/IKxaHgJ6QynvUbLXzzMRPG3LDQr5oXkYuw4uDFyFYs8cge8agwwrJAXZsd4hhMquw==",
"license": "MIT-0", "license": "MIT-0",
"peer": true, "peer": true,
"engines": { "engines": {

View File

@@ -27,14 +27,14 @@
"next": "^16.1.6", "next": "^16.1.6",
"next-auth": "^4.24.13", "next-auth": "^4.24.13",
"next-axiom": "^1.10.0", "next-axiom": "^1.10.0",
"nodemailer": "^7.0.13", "nodemailer": "^8.0.0",
"react": "^19.2.4", "react": "^19.2.4",
"react-calendar": "^6.0.0", "react-calendar": "^6.0.0",
"react-dom": "^19.2.4" "react-dom": "^19.2.4"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4.1.18", "@tailwindcss/postcss": "^4.1.18",
"@types/nodemailer": "^6.4.17", "@types/nodemailer": "^7.0.9",
"eslint": "^9.39.2", "eslint": "^9.39.2",
"eslint-config-next": "^16.1.6", "eslint-config-next": "^16.1.6",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",