Upgrade nodemailer 6.x→8.x (2 CVEs fixed)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"express-rate-limit": "^7.5.0",
|
||||
"helmet": "^8.1.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"nodemailer": "^6.10.1",
|
||||
"nodemailer": "^8.0.1",
|
||||
"react": "^18.3.1",
|
||||
"zod": "^3.24.4"
|
||||
},
|
||||
|
||||
@@ -11,6 +11,7 @@ server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name _;
|
||||
server_tokens off;
|
||||
|
||||
# Security headers (X-Frame-Options, HSTS, X-Content-Type-Options set by Caddy)
|
||||
add_header X-XSS-Protection "0" always;
|
||||
|
||||
Reference in New Issue
Block a user