mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
fix(deps): update dependency scratch-l10n to v3.18.119
This commit is contained in:
parent
697b908fe7
commit
cb6bd06636
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.96",
|
"scratch-blocks": "1.1.96",
|
||||||
"scratch-l10n": "3.18.118",
|
"scratch-l10n": "3.18.119",
|
||||||
"scratch-render-fonts": "1.0.39",
|
"scratch-render-fonts": "1.0.39",
|
||||||
"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",
|
||||||
|
@ -17779,9 +17779,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-l10n": {
|
"node_modules/scratch-l10n": {
|
||||||
"version": "3.18.118",
|
"version": "3.18.119",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.118.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.119.tgz",
|
||||||
"integrity": "sha512-GW4AuOiKdOL0sPWxoEPvF+vMRisEowP1Xrl51imx1ju1F8uJkoUIZkxJOBwrtt8M3tRyVSEtbZYXktxjy99SKA==",
|
"integrity": "sha512-GNRN5JoTgOQ1Ox3tBUKzJN6f/wyhLcGmwG8+I+fu5un8nDzwTuBfcSeT7ymaE5Xp04z/UkHeG6Q/dfW3yrdbnQ==",
|
||||||
"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.96",
|
"scratch-blocks": "1.1.96",
|
||||||
"scratch-l10n": "3.18.118",
|
"scratch-l10n": "3.18.119",
|
||||||
"scratch-render-fonts": "1.0.39",
|
"scratch-render-fonts": "1.0.39",
|
||||||
"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