From 666216d7fca5750c59ca1985cfdf374ce88a6c14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 13:12:46 +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-15252993 --- 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..02c24a8b3ca93 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.13.5", "react": "18.x", "react-i18next": "^11.15.1" },