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.41
This commit is contained in:
parent
39a48f6dc1
commit
5b768c2204
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.31",
|
||||
"scratch-l10n": "3.18.40",
|
||||
"scratch-l10n": "3.18.41",
|
||||
"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.40",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.40.tgz",
|
||||
"integrity": "sha512-ZLpaeZe0cVN/LWGwvBMbJg2sYunPKPA19rFMThzSPBvBUk5AIA3sXK1wWN9HjHQIyZJMJAWsCj2FCb8cRolnng==",
|
||||
"version": "3.18.41",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.41.tgz",
|
||||
"integrity": "sha512-aXoT2xPlknlqPooXOpsgcjL22kP4hKN5ohvL4kKi5gz3nL3UFLkhkOXNt6PHh4uNeeD/TG6va8v/lNwTKSTMow==",
|
||||
"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.31",
|
||||
"scratch-l10n": "3.18.40",
|
||||
"scratch-l10n": "3.18.41",
|
||||
"scratch-render-fonts": "1.0.15",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"script-loader": "0.7.2",
|
||||
|
|
Loading…
Reference in a new issue