From 5c5e10ef139a196ca0a5a7dcb8ba4dd4939b2156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 14:31:32 +0000 Subject: [PATCH] Bump @crowdin/cli from 3.19.2 to 3.19.3 Bumps [@crowdin/cli](https://github.com/crowdin/crowdin-cli) from 3.19.2 to 3.19.3. - [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.19.2...3.19.3) --- updated-dependencies: - dependency-name: "@crowdin/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 34dd2a8da3f8..3d78f553f685 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.19.2", + "@crowdin/cli": "^3.19.3", "@docusaurus/core": "^2.4.3", "@docusaurus/module-type-aliases": "^2.4.3", "@docusaurus/plugin-client-redirects": "^2.4.3", @@ -2337,9 +2337,9 @@ } }, "node_modules/@crowdin/cli": { - "version": "3.19.2", - "resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-3.19.2.tgz", - "integrity": "sha512-eO/BFcLl2m96dRlEth3hsbbPJNsiTZaLqsAkot27eE4DS5+IpkV0NbcBgMsja+t0ugPAPYQ7Crc+AruO5ywvmg==", + "version": "3.19.3", + "resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-3.19.3.tgz", + "integrity": "sha512-EiWXykoFT0srLFEuIPqFBMGNBR8CXPzNlW3abx/War8cp4Ovrk0Usye/sDv0qoHWNThdJR/eMHgpQx2bVe4mjA==", "dev": true, "dependencies": { "command-exists-promise": "^2.0.2", diff --git a/package.json b/package.json index 8aa867ad2134..10a425f5a2ae 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.19.2", + "@crowdin/cli": "^3.19.3", "@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 165161aa32e4..b274dfdad5ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1342,10 +1342,10 @@ resolved "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz" integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== -"@crowdin/cli@^3.19.2": - version "3.19.2" - resolved "https://registry.yarnpkg.com/@crowdin/cli/-/cli-3.19.2.tgz#d81d85c78d7235c6c273bae72c93631dc0aedab6" - integrity sha512-eO/BFcLl2m96dRlEth3hsbbPJNsiTZaLqsAkot27eE4DS5+IpkV0NbcBgMsja+t0ugPAPYQ7Crc+AruO5ywvmg== +"@crowdin/cli@^3.19.3": + version "3.19.3" + resolved "https://registry.yarnpkg.com/@crowdin/cli/-/cli-3.19.3.tgz#1d89bc36c04799f63fc61d1ded2c981ca3bd1d20" + integrity sha512-EiWXykoFT0srLFEuIPqFBMGNBR8CXPzNlW3abx/War8cp4Ovrk0Usye/sDv0qoHWNThdJR/eMHgpQx2bVe4mjA== dependencies: command-exists-promise "^2.0.2" node-fetch "2.7.0"