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.106
This commit is contained in:
parent
33a398b73f
commit
c7c799c0f6
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.84",
|
"scratch-blocks": "1.1.84",
|
||||||
"scratch-l10n": "3.18.105",
|
"scratch-l10n": "3.18.106",
|
||||||
"scratch-render-fonts": "1.0.34",
|
"scratch-render-fonts": "1.0.34",
|
||||||
"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.105",
|
"version": "3.18.106",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.105.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.106.tgz",
|
||||||
"integrity": "sha512-M5GUqUersuzTSGA8pPxc67mjk2aKyuIoWs6CVIMU2Gs7xTT2h1L5wYxTdHNdqUvTOFj19nfuFVRnND/8ERLhKg==",
|
"integrity": "sha512-PFhA01EYenlHV0NqYscmb0EunzoBelwwTF+Wpa9nIkd1TycI9DnG5j8ZqmTZKl1ewFn45GY8SRIEvrWeWJJABA==",
|
||||||
"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.84",
|
"scratch-blocks": "1.1.84",
|
||||||
"scratch-l10n": "3.18.105",
|
"scratch-l10n": "3.18.106",
|
||||||
"scratch-render-fonts": "1.0.34",
|
"scratch-render-fonts": "1.0.34",
|
||||||
"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