From a1c97eb9eda5ed6c6bf8842b53da5c06dbe04fbd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Jun 2025 10:07:57 +0000 Subject: [PATCH] fix: packages/plugins/@nocobase/plugin-sample-hello/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-sample-hello/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/@nocobase/plugin-sample-hello/package.json b/packages/plugins/@nocobase/plugin-sample-hello/package.json index ac97d30f98f83..2545bcac4da1a 100644 --- a/packages/plugins/@nocobase/plugin-sample-hello/package.json +++ b/packages/plugins/@nocobase/plugin-sample-hello/package.json @@ -11,7 +11,7 @@ "@formily/react": "2.x", "antd": "5.x", "react": "^18.2.0", - "react-i18next": "^11.15.1" + "react-i18next": "^15.5.3" }, "peerDependencies": { "@nocobase/client": "1.x",