From ff890e3fa3152a77c59534c70c284a92fb259c72 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Jun 2025 07:15:10 +0000 Subject: [PATCH] fix: packages/plugins/@nocobase/plugin-workflow-sql/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- packages/plugins/@nocobase/plugin-workflow-sql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/@nocobase/plugin-workflow-sql/package.json b/packages/plugins/@nocobase/plugin-workflow-sql/package.json index 87ca201223b18..20505b022ff23 100644 --- a/packages/plugins/@nocobase/plugin-workflow-sql/package.json +++ b/packages/plugins/@nocobase/plugin-workflow-sql/package.json @@ -12,7 +12,7 @@ "devDependencies": { "antd": "5.x", "react": "18.x", - "react-i18next": "^11.15.1" + "react-i18next": "^15.5.3" }, "peerDependencies": { "@nocobase/client": "1.x",