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.55
This commit is contained in:
parent
e95ab0a229
commit
699a0d34a0
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.43",
|
"scratch-blocks": "1.1.43",
|
||||||
"scratch-l10n": "3.18.53",
|
"scratch-l10n": "3.18.55",
|
||||||
"scratch-render-fonts": "1.0.20",
|
"scratch-render-fonts": "1.0.20",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"scratch-webpack-configuration": "1.1.0",
|
"scratch-webpack-configuration": "1.1.0",
|
||||||
|
@ -17724,9 +17724,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-l10n": {
|
"node_modules/scratch-l10n": {
|
||||||
"version": "3.18.53",
|
"version": "3.18.55",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.53.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.55.tgz",
|
||||||
"integrity": "sha512-hM9QesolBCXDr0v4l4K8dfZ4DrllN7+olC76pUK4RVmbSCTfplkLIEZhewzJbpfB8l4u0PUc/7fVWCNv2Dg7Eg==",
|
"integrity": "sha512-FQA72nbwfVIW3aQdHPjp5hCb3EzGKtKcQztcowqvBsg8RpqHcRgsu/f7B1SjImhjPY1AIK266tGVXJZ2T/hqBg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"build-i18n-src": "scripts/build-i18n-src.js",
|
"build-i18n-src": "scripts/build-i18n-src.js",
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
"json": "^9.0.4",
|
"json": "^9.0.4",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.43",
|
"scratch-blocks": "1.1.43",
|
||||||
"scratch-l10n": "3.18.53",
|
"scratch-l10n": "3.18.55",
|
||||||
"scratch-render-fonts": "1.0.20",
|
"scratch-render-fonts": "1.0.20",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"scratch-webpack-configuration": "1.1.0",
|
"scratch-webpack-configuration": "1.1.0",
|
||||||
|
|
Loading…
Reference in a new issue