mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
fix(deps): update dependency scratch-l10n to v3.18.145
This commit is contained in:
parent
1c585b8ff8
commit
120ed8a217
2 changed files with 6 additions and 5 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
@ -55,7 +55,7 @@
|
|||
"json": "^9.0.4",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-blocks": "1.1.116",
|
||||
"scratch-l10n": "3.18.144",
|
||||
"scratch-l10n": "3.18.145",
|
||||
"scratch-render-fonts": "1.0.48",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"scratch-webpack-configuration": "1.3.0",
|
||||
|
@ -17779,10 +17779,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-l10n": {
|
||||
"version": "3.18.144",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.144.tgz",
|
||||
"integrity": "sha512-Y6K1S/SP8DhEUvthbfUF4hqT2h6giAiRqrWQfXgb+CxoTVg2bvBHgOS7NCKSN8dHV/wjF1+HWtxvzhZDZd88TQ==",
|
||||
"version": "3.18.145",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.145.tgz",
|
||||
"integrity": "sha512-M0GdUs/AJZllS3P0DVruL6GJyy32jwMhMxI/p0U5Dht1UZdBjU83giGjdiPkv6wBkVkGHqvsI1dq3utyLNVM8Q==",
|
||||
"dev": true,
|
||||
"license": "BSD-3-Clause",
|
||||
"bin": {
|
||||
"build-i18n-src": "scripts/build-i18n-src.js",
|
||||
"tx-push-src": "scripts/tx-push-src.js"
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
"json": "^9.0.4",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-blocks": "1.1.116",
|
||||
"scratch-l10n": "3.18.144",
|
||||
"scratch-l10n": "3.18.145",
|
||||
"scratch-render-fonts": "1.0.48",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"scratch-webpack-configuration": "1.3.0",
|
||||
|
|
Loading…
Reference in a new issue