From c84406b6fd2abdffd8ad2cf3efee412dbb06689e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Sep 2025 19:15:09 +0000 Subject: [PATCH] fix: packages/plugins/@nocobase/plugin-workflow-request/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- packages/plugins/@nocobase/plugin-workflow-request/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/@nocobase/plugin-workflow-request/package.json b/packages/plugins/@nocobase/plugin-workflow-request/package.json index bb35e63165f57..14b27ed65f0df 100644 --- a/packages/plugins/@nocobase/plugin-workflow-request/package.json +++ b/packages/plugins/@nocobase/plugin-workflow-request/package.json @@ -11,7 +11,7 @@ "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-request", "devDependencies": { "antd": "5.x", - "axios": "^0.26.1", + "axios": "^1.12.0", "react": "18.x", "react-i18next": "^11.15.1" },