mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-03 11:35:58 -05:00
fix(deps): update dependency scratch-l10n to v3.18.331
This commit is contained in:
parent
bb9766d7a1
commit
8ed448eec6
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -55,7 +55,7 @@
|
||||||
"json": "^9.0.4",
|
"json": "^9.0.4",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.206",
|
"scratch-blocks": "1.1.206",
|
||||||
"scratch-l10n": "3.18.329",
|
"scratch-l10n": "3.18.331",
|
||||||
"scratch-render-fonts": "1.0.109",
|
"scratch-render-fonts": "1.0.109",
|
||||||
"scratch-semantic-release-config": "1.0.16",
|
"scratch-semantic-release-config": "1.0.16",
|
||||||
"scratch-webpack-configuration": "1.6.0",
|
"scratch-webpack-configuration": "1.6.0",
|
||||||
|
@ -20977,9 +20977,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-l10n": {
|
"node_modules/scratch-l10n": {
|
||||||
"version": "3.18.329",
|
"version": "3.18.331",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.329.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.331.tgz",
|
||||||
"integrity": "sha512-7VNMjc8VnzSNfx179tgAQoP/LTaIkUrj3gIbd3q4E18hM6GUq+EZ/DcgTJrfQRkQq53399rZcj4KQTfq7K9bHw==",
|
"integrity": "sha512-mD4pjpilB/RQrSB0CiH7GdbbYnYvotgRt0KwLl3AgECL78cUg3d8aCEQwtrN5wY+EtJkBOu/S5WuprQUroVxIw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
"json": "^9.0.4",
|
"json": "^9.0.4",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.206",
|
"scratch-blocks": "1.1.206",
|
||||||
"scratch-l10n": "3.18.329",
|
"scratch-l10n": "3.18.331",
|
||||||
"scratch-render-fonts": "1.0.109",
|
"scratch-render-fonts": "1.0.109",
|
||||||
"scratch-semantic-release-config": "1.0.16",
|
"scratch-semantic-release-config": "1.0.16",
|
||||||
"scratch-webpack-configuration": "1.6.0",
|
"scratch-webpack-configuration": "1.6.0",
|
||||||
|
|
Loading…
Reference in a new issue