From a24e9f2435592b3be90adc19b5337ede37fab40a Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 19:50:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0e9d63abf99c..42311c2d8371 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.6.0", "@prettier/plugin-xml": "^2.2.0", "@swc/core": "^1.7.14", "@swc/jest": "^0.2.36", @@ -110,7 +110,7 @@ "jest-environment-jsdom": "^29.7.0", "jest-serializer-ansi-escapes": "^3.0.0", "jest-serializer-react-helmet-async": "^1.0.21", - "lerna": "^6.6.2", + "lerna": "^9.0.0", "lerna-changelog": "^2.2.0", "lint-staged": "~13.2.3", "lockfile-lint": "^4.14.0",