mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
fix(deps): update dependency scratch-l10n to v3.18.38
This commit is contained in:
parent
40c6654bfd
commit
a713a35c1e
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -56,7 +56,7 @@
|
|||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-blocks": "1.1.26",
|
||||
"scratch-l10n": "3.18.35",
|
||||
"scratch-l10n": "3.18.38",
|
||||
"scratch-render-fonts": "1.0.15",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"script-loader": "0.7.2",
|
||||
|
@ -17421,9 +17421,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-l10n": {
|
||||
"version": "3.18.35",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.35.tgz",
|
||||
"integrity": "sha512-leq0k6eN1IE/sRjb0hv5qNfSZSXhT2DVDBAUuyGi8s2gth2f9AWaWoJBK61wqqV02duKVyTwRDlr7FtL9DxF8A==",
|
||||
"version": "3.18.38",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.38.tgz",
|
||||
"integrity": "sha512-0EDPciENDO7/EVq6G2h6mMslAQXKihk4elhDtroarvmPnO52zN8MOMRVfTYKVp5Dj49ZszsjorUV2ArvILqtBw==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"build-i18n-src": "scripts/build-i18n-src.js",
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-blocks": "1.1.26",
|
||||
"scratch-l10n": "3.18.35",
|
||||
"scratch-l10n": "3.18.38",
|
||||
"scratch-render-fonts": "1.0.15",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"script-loader": "0.7.2",
|
||||
|
|
Loading…
Reference in a new issue