diff --git a/package-lock.json b/package-lock.json index 18da90291c96..9a1b190e0c82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "devDependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@crowdin/cli": "^3.16.0", + "@crowdin/cli": "^3.16.1", "@docusaurus/core": "^2.4.3", "@docusaurus/module-type-aliases": "^2.4.3", "@docusaurus/plugin-client-redirects": "^2.4.3", @@ -2335,9 +2335,9 @@ } }, "node_modules/@crowdin/cli": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-3.16.0.tgz", - "integrity": "sha512-YhYcaq7QzLiaCH2lkIM7upaOPOwLffxVly+Etd/Kj032n1QeH0Wdp3oC7UyiN0M834bNlONryfF0B3kDZUdx/A==", + "version": "3.16.1", + "resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-3.16.1.tgz", + "integrity": "sha512-IXimw0KRA27IkD12DGNwoUgnk8Mw/NFLKFCEup47UFrPIxKusRzR+VbpI6HWjlgOlnbpZWl7ID25Q8JPtGHKOg==", "dev": true, "dependencies": { "command-exists-promise": "^2.0.2", diff --git a/package.json b/package.json index 95d1526ca971..2255622a321e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@crowdin/cli": "^3.16.0", + "@crowdin/cli": "^3.16.1", "@docusaurus/core": "^2.4.3", "@docusaurus/module-type-aliases": "^2.4.3", "@docusaurus/plugin-client-redirects": "^2.4.3", diff --git a/yarn.lock b/yarn.lock index 330349bf4ea1..93a32e31e90b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1340,10 +1340,10 @@ resolved "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz" integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== -"@crowdin/cli@^3.16.0": - version "3.16.0" - resolved "https://registry.yarnpkg.com/@crowdin/cli/-/cli-3.16.0.tgz#cf5d2852e4a97592eb76da36df5c26e812d870a7" - integrity sha512-YhYcaq7QzLiaCH2lkIM7upaOPOwLffxVly+Etd/Kj032n1QeH0Wdp3oC7UyiN0M834bNlONryfF0B3kDZUdx/A== +"@crowdin/cli@^3.16.1": + version "3.16.1" + resolved "https://registry.yarnpkg.com/@crowdin/cli/-/cli-3.16.1.tgz#beb952544698585feaeea0e551de6cba91a42531" + integrity sha512-IXimw0KRA27IkD12DGNwoUgnk8Mw/NFLKFCEup47UFrPIxKusRzR+VbpI6HWjlgOlnbpZWl7ID25Q8JPtGHKOg== dependencies: command-exists-promise "^2.0.2" node-fetch "2.6.7"