mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
fix(deps): update dependency scratch-l10n to v3.18.246
This commit is contained in:
parent
75445ca7d3
commit
f8fdb2ef9c
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.204",
|
"scratch-blocks": "1.1.204",
|
||||||
"scratch-l10n": "3.18.245",
|
"scratch-l10n": "3.18.246",
|
||||||
"scratch-render-fonts": "1.0.80",
|
"scratch-render-fonts": "1.0.80",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"scratch-webpack-configuration": "1.4.0",
|
"scratch-webpack-configuration": "1.4.0",
|
||||||
|
@ -19726,9 +19726,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-l10n": {
|
"node_modules/scratch-l10n": {
|
||||||
"version": "3.18.245",
|
"version": "3.18.246",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.245.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.246.tgz",
|
||||||
"integrity": "sha512-x/90h0kp3r4veLja/6D9N50PUbG2Q2c8o90GWI5oJC6BHmH+7X80gIfR7HiahTEuW1nHQawzt8ts1YaUy7bgmQ==",
|
"integrity": "sha512-+8b4lCaHxo/xEjAK7dfgj+ZkKRoM7lZEuzKvUSA3AxuP0zB9kzNs9Rn1Si+qHhnAapiTqD5jw7G/L4lRuBQAXA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
"json": "^9.0.4",
|
"json": "^9.0.4",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.204",
|
"scratch-blocks": "1.1.204",
|
||||||
"scratch-l10n": "3.18.245",
|
"scratch-l10n": "3.18.246",
|
||||||
"scratch-render-fonts": "1.0.80",
|
"scratch-render-fonts": "1.0.80",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"scratch-webpack-configuration": "1.4.0",
|
"scratch-webpack-configuration": "1.4.0",
|
||||||
|
|
Loading…
Reference in a new issue