From 114b2be0e93660198d3839a717c782f6cb07dd34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Dec 2025 09:35:07 +0000 Subject: [PATCH] fix: packages/plugins/@nocobase/plugin-workflow-mailer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEMAILER-14157156 --- packages/plugins/@nocobase/plugin-workflow-mailer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/@nocobase/plugin-workflow-mailer/package.json b/packages/plugins/@nocobase/plugin-workflow-mailer/package.json index 0629c914ef90b..24680b3865ad7 100644 --- a/packages/plugins/@nocobase/plugin-workflow-mailer/package.json +++ b/packages/plugins/@nocobase/plugin-workflow-mailer/package.json @@ -11,7 +11,7 @@ "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-smtp-mailer", "devDependencies": { "antd": "5.x", - "nodemailer": "6.9.13", + "nodemailer": "7.0.11", "react": "18.x" }, "peerDependencies": {