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.17
This commit is contained in:
parent
1201a2f1bc
commit
71c6e9290a
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.11",
|
||||
"scratch-l10n": "3.18.16",
|
||||
"scratch-l10n": "3.18.17",
|
||||
"scratch-render-fonts": "1.0.7",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"script-loader": "0.7.2",
|
||||
|
@ -17313,9 +17313,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-l10n": {
|
||||
"version": "3.18.16",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.16.tgz",
|
||||
"integrity": "sha512-CXaTGcn0GwtrEH+0kBXxORibi8jcbnE0Riqor8MzbAOMOeFMZUgFyg5mS0jm00F/TgxA8mSgVv7FhbS10FN2YA==",
|
||||
"version": "3.18.17",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.17.tgz",
|
||||
"integrity": "sha512-TzLlsx+9NhzEDnMDKxpirvR5NYOsvFC3iS2I7p+/P3V0+5eI8OlppAZj6rL+rQ53xVrTYEQxRmJUkKcJ907aJw==",
|
||||
"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.11",
|
||||
"scratch-l10n": "3.18.16",
|
||||
"scratch-l10n": "3.18.17",
|
||||
"scratch-render-fonts": "1.0.7",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"script-loader": "0.7.2",
|
||||
|
|
Loading…
Reference in a new issue