Bump @transifex/api from 5.0.1 to 5.2.0 (#9557)

Bumps [@transifex/api](https://github.com/transifex/transifex-javascript) from 5.0.1 to 5.2.0.
- [Release notes](https://github.com/transifex/transifex-javascript/releases)
- [Changelog](https://github.com/transifex/transifex-javascript/blob/master/RELEASE_HOWTO.md)
- [Commits](https://github.com/transifex/transifex-javascript/compare/v5.0.1...v5.2.0)

---
updated-dependencies:
- dependency-name: "@transifex/api"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-30 12:41:03 +02:00
committed by GitHub
parent a15f6ff338
commit f0716ecd2b
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@@ -43,7 +43,7 @@
"@mapbox/maki": "^8.0.0",
"@openstreetmap/id-tagging-schema": "^6.0.0",
"@rapideditor/temaki": "~5.3.0",
"@transifex/api": "^5.0.1",
"@transifex/api": "^5.2.0",
"autoprefixer": "^10.0.1",
"chai": "^4.3.4",
"chalk": "^4.1.2",
@@ -876,9 +876,10 @@
}
},
"node_modules/@transifex/api": {
"version": "5.0.1",
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@transifex/api/-/api-5.2.0.tgz",
"integrity": "sha512-DAdMNRUtQ4sqUiicDDt2V6bd27PFtiFC9eVYwjuollkaj5ZDRWZFtNbS5Kg2YnWQcPB/CUfTamcOrM4D/sZtxw==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"core-js": "^3.22.4"
},
@@ -10041,7 +10042,9 @@
"requires": {}
},
"@transifex/api": {
"version": "5.0.1",
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@transifex/api/-/api-5.2.0.tgz",
"integrity": "sha512-DAdMNRUtQ4sqUiicDDt2V6bd27PFtiFC9eVYwjuollkaj5ZDRWZFtNbS5Kg2YnWQcPB/CUfTamcOrM4D/sZtxw==",
"dev": true,
"requires": {
"core-js": "^3.22.4"

View File

@@ -78,7 +78,7 @@
"@rapideditor/temaki": "~5.3.0",
"@mapbox/maki": "^8.0.0",
"@openstreetmap/id-tagging-schema": "^6.0.0",
"@transifex/api": "^5.0.1",
"@transifex/api": "^5.2.0",
"autoprefixer": "^10.0.1",
"chai": "^4.3.4",
"chalk": "^4.1.2",