mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 23:42:23 -05:00
Merge pull request #4352 from scratchfoundation/renovate/scratch-l10n-3.x
fix(deps): update dependency scratch-l10n to v3.18.67
This commit is contained in:
commit
6d79a253e3
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.52",
|
"scratch-blocks": "1.1.52",
|
||||||
"scratch-l10n": "3.18.65",
|
"scratch-l10n": "3.18.67",
|
||||||
"scratch-render-fonts": "1.0.23",
|
"scratch-render-fonts": "1.0.23",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"scratch-webpack-configuration": "1.2.0",
|
"scratch-webpack-configuration": "1.2.0",
|
||||||
|
@ -17724,9 +17724,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-l10n": {
|
"node_modules/scratch-l10n": {
|
||||||
"version": "3.18.65",
|
"version": "3.18.67",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.65.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.67.tgz",
|
||||||
"integrity": "sha512-d2al2GFK5aD+EnTeRzkEvMy1LiSvb6trFGPj1DbSNibfeU9m/c4L4IhbMA/eogiqmkYQMKKaDZGNTu4y4aCY0w==",
|
"integrity": "sha512-g9EQXgFIP5JCzSwUIWUIALIKEfxwOhIx0Roxr0i/0FE200dhs2OBtmJlNE2Irgh7WhAsTJApKTdX5Wbn+/vk1w==",
|
||||||
"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.52",
|
"scratch-blocks": "1.1.52",
|
||||||
"scratch-l10n": "3.18.65",
|
"scratch-l10n": "3.18.67",
|
||||||
"scratch-render-fonts": "1.0.23",
|
"scratch-render-fonts": "1.0.23",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"scratch-webpack-configuration": "1.2.0",
|
"scratch-webpack-configuration": "1.2.0",
|
||||||
|
|
Loading…
Reference in a new issue