From 41a09681209a0a6a6056048c96d7db71af791579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:05:33 +0100 Subject: [PATCH] Bump @crowdin/cli from 3.16.1 to 3.17.0 (#5554) Bumps [@crowdin/cli](https://github.com/crowdin/crowdin-cli) from 3.16.1 to 3.17.0. - [Release notes](https://github.com/crowdin/crowdin-cli/releases) - [Changelog](https://github.com/crowdin/crowdin-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/crowdin/crowdin-cli/compare/3.16.1...3.17.0) --- updated-dependencies: - dependency-name: "@crowdin/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6eb758bff68..0efe58f75234 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.1", + "@crowdin/cli": "^3.17.0", "@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.1", - "resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-3.16.1.tgz", - "integrity": "sha512-IXimw0KRA27IkD12DGNwoUgnk8Mw/NFLKFCEup47UFrPIxKusRzR+VbpI6HWjlgOlnbpZWl7ID25Q8JPtGHKOg==", + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-3.17.0.tgz", + "integrity": "sha512-ipr5wyBvpVuJ/DtJgDqTJiECu7zsVn9DwyTdf+sa0ukksXyiX3+H6wPm4eefIfEVSEaM92Q572dJZ5OnIH/Sag==", "dev": true, "dependencies": { "command-exists-promise": "^2.0.2", diff --git a/package.json b/package.json index f6222b6f7a25..f1eb391d7373 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.1", + "@crowdin/cli": "^3.17.0", "@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 795612834d41..175dd15527db 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.1": - version "3.16.1" - resolved "https://registry.yarnpkg.com/@crowdin/cli/-/cli-3.16.1.tgz#beb952544698585feaeea0e551de6cba91a42531" - integrity sha512-IXimw0KRA27IkD12DGNwoUgnk8Mw/NFLKFCEup47UFrPIxKusRzR+VbpI6HWjlgOlnbpZWl7ID25Q8JPtGHKOg== +"@crowdin/cli@^3.17.0": + version "3.17.0" + resolved "https://registry.yarnpkg.com/@crowdin/cli/-/cli-3.17.0.tgz#e69670045eed106a5e90df3dceba2329fb82c2b8" + integrity sha512-ipr5wyBvpVuJ/DtJgDqTJiECu7zsVn9DwyTdf+sa0ukksXyiX3+H6wPm4eefIfEVSEaM92Q572dJZ5OnIH/Sag== dependencies: command-exists-promise "^2.0.2" node-fetch "2.6.7"