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.40
This commit is contained in:
parent
a749b47a84
commit
7349a8b222
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.30",
|
||||
"scratch-l10n": "3.18.38",
|
||||
"scratch-l10n": "3.18.40",
|
||||
"scratch-render-fonts": "1.0.15",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"script-loader": "0.7.2",
|
||||
|
@ -17333,9 +17333,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-l10n": {
|
||||
"version": "3.18.38",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.38.tgz",
|
||||
"integrity": "sha512-0EDPciENDO7/EVq6G2h6mMslAQXKihk4elhDtroarvmPnO52zN8MOMRVfTYKVp5Dj49ZszsjorUV2ArvILqtBw==",
|
||||
"version": "3.18.40",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.40.tgz",
|
||||
"integrity": "sha512-ZLpaeZe0cVN/LWGwvBMbJg2sYunPKPA19rFMThzSPBvBUk5AIA3sXK1wWN9HjHQIyZJMJAWsCj2FCb8cRolnng==",
|
||||
"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.30",
|
||||
"scratch-l10n": "3.18.38",
|
||||
"scratch-l10n": "3.18.40",
|
||||
"scratch-render-fonts": "1.0.15",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"script-loader": "0.7.2",
|
||||
|
|
Loading…
Reference in a new issue