From 12faee058251a3be3725d74c3caf9a826c1131c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Oct 2025 09:47:08 +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-13378253 --- 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..53a432b134cdf 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.7", "react": "18.x" }, "peerDependencies": {