diff --git a/package-lock.json b/package-lock.json index b27db61b46de..2a87dc81246c 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.0", + "@crowdin/cli": "^3.19.1", "@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.0", - "resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-3.19.0.tgz", - "integrity": "sha512-Gq0C86KFTyU0iCThOxAdsI4bNm9mU5GXJ1Pluca68N/W36XWJXNIP8SNloR1rQ96pQoV0kLaAAhNzLFn0cguew==", + "version": "3.19.1", + "resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-3.19.1.tgz", + "integrity": "sha512-Xmhl4FoDsRCFHjftC/Pl+Nlv/5dIdhWNNVK82OHTgAhfKq+9SpoSrUVf2e+zC4iOe5idsRtMvvQhBn2jYlgbJA==", "dev": true, "dependencies": { "command-exists-promise": "^2.0.2", diff --git a/package.json b/package.json index b1f861543d9f..d6e54f0631b2 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.0", + "@crowdin/cli": "^3.19.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 43c8c68eec74..9efde8e87d1d 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.0": - version "3.19.0" - resolved "https://registry.yarnpkg.com/@crowdin/cli/-/cli-3.19.0.tgz#fde92d49dc4d67d8eb3169667be68a2560d317a2" - integrity sha512-Gq0C86KFTyU0iCThOxAdsI4bNm9mU5GXJ1Pluca68N/W36XWJXNIP8SNloR1rQ96pQoV0kLaAAhNzLFn0cguew== +"@crowdin/cli@^3.19.1": + version "3.19.1" + resolved "https://registry.yarnpkg.com/@crowdin/cli/-/cli-3.19.1.tgz#2c83889cc55ec64f02e22c62a86faa14addcce9f" + integrity sha512-Xmhl4FoDsRCFHjftC/Pl+Nlv/5dIdhWNNVK82OHTgAhfKq+9SpoSrUVf2e+zC4iOe5idsRtMvvQhBn2jYlgbJA== dependencies: command-exists-promise "^2.0.2" node-fetch "2.7.0"