From c971d3444053f3e36564a0b9adb20cd84bf033d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Oct 2025 05:16:44 +0000 Subject: [PATCH] feat: upgrade nodemailer from 6.9.13 to 7.0.6 Snyk has created this PR to upgrade nodemailer from 6.9.13 to 7.0.6. See this package in npm: nodemailer See this project in Snyk: https://app.snyk.io/org/nerds-github/project/ef708957-d107-4807-bb9b-ffb67ea15337?utm_source=github&utm_medium=referral&page=upgrade-pr --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 808cb7c..ac06444 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -28,7 +28,7 @@ "jsonwebtoken": "^9.0.2", "litlyx-js": "^1.0.2", "mongoose": "^8.3.2", - "nodemailer": "^6.9.13", + "nodemailer": "^7.0.6", "nuxt": "^3.11.2", "nuxt-vue3-google-signin": "^0.0.11", "openai": "^4.61.0",