mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
fix(security): bump nodemailer to 9.0.1
Resolves the high-severity advisory (dependabot #20) where the message-level raw option bypassed disableFileAccess/disableUrlAccess, enabling arbitrary file read and SSRF. We only use the standard createTransport/sendMail API, so the major bump is non-breaking.
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@
|
||||
"next": "16.2.6",
|
||||
"next-auth": "^5.0.0-beta.30",
|
||||
"next-themes": "^0.4.6",
|
||||
"nodemailer": "^8.0.5",
|
||||
"nodemailer": "^9.0.1",
|
||||
"pg": "^8.18.0",
|
||||
"prisma": "^7.3.0",
|
||||
"radix-ui": "^1.4.3",
|
||||
|
||||
Reference in New Issue
Block a user