From 7b06c99703212365e25b4368a1f2fa21664ab37c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 07:25:19 +0000 Subject: [PATCH] build(deps): bump @crowdin/crowdin-api-client from 1.33.0 to 1.33.1 Bumps [@crowdin/crowdin-api-client](https://github.com/crowdin/crowdin-api-client-js) from 1.33.0 to 1.33.1. - [Release notes](https://github.com/crowdin/crowdin-api-client-js/releases) - [Changelog](https://github.com/crowdin/crowdin-api-client-js/blob/master/.release-it.json) - [Commits](https://github.com/crowdin/crowdin-api-client-js/compare/1.33.0...1.33.1) --- updated-dependencies: - dependency-name: "@crowdin/crowdin-api-client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ef1530..afb9e4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.2.0", "license": "MIT", "dependencies": { - "@crowdin/crowdin-api-client": "1.33.0", + "@crowdin/crowdin-api-client": "1.33.1", "adm-zip": "^0.5.12", "axios": "^1.6.8", "glob": "^7.1.4", @@ -40,9 +40,9 @@ } }, "node_modules/@crowdin/crowdin-api-client": { - "version": "1.33.0", - "resolved": "https://registry.npmjs.org/@crowdin/crowdin-api-client/-/crowdin-api-client-1.33.0.tgz", - "integrity": "sha512-A8KFGwxRLKKqZEQAM3BAE6XZuuOmvRtNKhcG6bhEbqDMpdEeeR1un3iDXrQALUFfddMAZ5QK5saIkCdEl7nSYA==", + "version": "1.33.1", + "resolved": "https://registry.npmjs.org/@crowdin/crowdin-api-client/-/crowdin-api-client-1.33.1.tgz", + "integrity": "sha512-OWlp796/Lc+o/ZBvr8ZTLfkz/ZgVNqj6LI2atRfTCTDFBXLW5zxJFYoIwoTh7z0gqsf8z8KNQzz2J5vvQgY9eA==", "dependencies": { "axios": "^1" }, @@ -3802,9 +3802,9 @@ }, "dependencies": { "@crowdin/crowdin-api-client": { - "version": "1.33.0", - "resolved": "https://registry.npmjs.org/@crowdin/crowdin-api-client/-/crowdin-api-client-1.33.0.tgz", - "integrity": "sha512-A8KFGwxRLKKqZEQAM3BAE6XZuuOmvRtNKhcG6bhEbqDMpdEeeR1un3iDXrQALUFfddMAZ5QK5saIkCdEl7nSYA==", + "version": "1.33.1", + "resolved": "https://registry.npmjs.org/@crowdin/crowdin-api-client/-/crowdin-api-client-1.33.1.tgz", + "integrity": "sha512-OWlp796/Lc+o/ZBvr8ZTLfkz/ZgVNqj6LI2atRfTCTDFBXLW5zxJFYoIwoTh7z0gqsf8z8KNQzz2J5vvQgY9eA==", "requires": { "axios": "^1" } diff --git a/package.json b/package.json index 82ad243..2c33dd1 100644 --- a/package.json +++ b/package.json @@ -347,7 +347,7 @@ "webpack-cli": "5.1.4" }, "dependencies": { - "@crowdin/crowdin-api-client": "1.33.0", + "@crowdin/crowdin-api-client": "1.33.1", "adm-zip": "^0.5.12", "axios": "^1.6.8", "glob": "^7.1.4",