mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 07:22:33 -05:00
fix(deps): update dependency scratch-l10n to v3.18.85
This commit is contained in:
parent
c49de67515
commit
4209ee27f2
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.68",
|
"scratch-blocks": "1.1.68",
|
||||||
"scratch-l10n": "3.18.83",
|
"scratch-l10n": "3.18.85",
|
||||||
"scratch-render-fonts": "1.0.27",
|
"scratch-render-fonts": "1.0.27",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"scratch-webpack-configuration": "1.3.0",
|
"scratch-webpack-configuration": "1.3.0",
|
||||||
|
@ -17762,9 +17762,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-l10n": {
|
"node_modules/scratch-l10n": {
|
||||||
"version": "3.18.83",
|
"version": "3.18.85",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.83.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.85.tgz",
|
||||||
"integrity": "sha512-OuUOH9wM/uva0n/jBY7fIQC1B/gCNWNc4Nz2oS1lfWe7tleJi3n3/gHRpLY9DGmF6IITJajcDdGrM9pkue/kKw==",
|
"integrity": "sha512-i8V+M4E8qwt1ealk/a+bfuVW94ujm0LwctDuRjzvpA4r/CepGsToN6yeV1eoWn3rZ9uSb3Qet1MxKEsGBeZaDQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"build-i18n-src": "scripts/build-i18n-src.js",
|
"build-i18n-src": "scripts/build-i18n-src.js",
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
"json": "^9.0.4",
|
"json": "^9.0.4",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.68",
|
"scratch-blocks": "1.1.68",
|
||||||
"scratch-l10n": "3.18.83",
|
"scratch-l10n": "3.18.85",
|
||||||
"scratch-render-fonts": "1.0.27",
|
"scratch-render-fonts": "1.0.27",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"scratch-webpack-configuration": "1.3.0",
|
"scratch-webpack-configuration": "1.3.0",
|
||||||
|
|
Loading…
Reference in a new issue