From c52a0ca00e7b0bf3995fab5f2eb337076d4b8131 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 09:40:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e9d63abf99c..2cd2ed6b4ccf 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "update-translations": "yarn workspace @docusaurus/theme-translations update" }, "devDependencies": { - "@crowdin/cli": "^3.13.0", + "@crowdin/cli": "^4.12.0", "@prettier/plugin-xml": "^2.2.0", "@swc/core": "^1.7.14", "@swc/jest": "^0.2.36",