fix(deps): update dependency scratch-l10n to v5.0.205

This commit is contained in:
renovate[bot] 2025-04-15 19:51:49 +00:00 committed by GitHub
parent e10e24886b
commit b2c575fc1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 6 deletions

23
package-lock.json generated
View file

@ -56,7 +56,7 @@
"json": "^9.0.4",
"pngjs": "3.4.0",
"scratch-blocks": "1.1.209",
"scratch-l10n": "5.0.202",
"scratch-l10n": "5.0.205",
"scratch-render-fonts": "1.0.183",
"scratch-semantic-release-config": "3.0.0",
"scratch-webpack-configuration": "3.0.0",
@ -20101,13 +20101,13 @@
}
},
"node_modules/scratch-l10n": {
"version": "5.0.202",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-5.0.202.tgz",
"integrity": "sha512-0NratMwFFYNWpHpL6j6Y0rYqpoOV5KtOrB+q8M7gVgec2/1KENQW/e6ovHVlvQe1BQd56Vid08Bw43mD/uk5Tg==",
"version": "5.0.205",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-5.0.205.tgz",
"integrity": "sha512-aynz/5R89D0M4n19qYBjh0dgzKeEhrvgq07vmybc8XGiqKLi87SJv3LMTCGcbhHv1AfYnVQg/TUVQU9dtjMDyQ==",
"dev": true,
"license": "AGPL-3.0-only",
"dependencies": {
"@transifex/api": "4.3.0",
"@transifex/api": "7.1.3",
"download": "8.0.0",
"transifex": "1.6.6"
},
@ -20116,6 +20116,19 @@
"tx-push-src": "scripts/tx-push-src.js"
}
},
"node_modules/scratch-l10n/node_modules/@transifex/api": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/@transifex/api/-/api-7.1.3.tgz",
"integrity": "sha512-oT6QXhRqduGqDNMfyRK4+u1RrAux0sCJe7rtFvEDc6oDg8h6dIr+2O2o8oSOio6E+JFS9KVrRbCIy2jFsPtRFQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"core-js": "^3.35.0"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/scratch-parser": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/scratch-parser/-/scratch-parser-6.0.0.tgz",

View file

@ -100,7 +100,7 @@
"json": "^9.0.4",
"pngjs": "3.4.0",
"scratch-blocks": "1.1.209",
"scratch-l10n": "5.0.202",
"scratch-l10n": "5.0.205",
"scratch-render-fonts": "1.0.183",
"scratch-semantic-release-config": "3.0.0",
"scratch-webpack-configuration": "3.0.0",