mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Merge pull request #4587 from scratchfoundation/renovate/scratch-l10n-3.x
fix(deps): update dependency scratch-l10n to v3.18.163
This commit is contained in:
commit
ad7e48135b
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.133",
|
"scratch-blocks": "1.1.133",
|
||||||
"scratch-l10n": "3.18.161",
|
"scratch-l10n": "3.18.163",
|
||||||
"scratch-render-fonts": "1.0.54",
|
"scratch-render-fonts": "1.0.54",
|
||||||
"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",
|
||||||
|
@ -17867,9 +17867,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-l10n": {
|
"node_modules/scratch-l10n": {
|
||||||
"version": "3.18.161",
|
"version": "3.18.163",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.161.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.163.tgz",
|
||||||
"integrity": "sha512-7Rbz5Qp2UGvk8RWI0s6ZXd7PQo4Yj4E5+38uBll3nkjwcQ2aC8AJyEoGpx1Vzqas6YxOK44JaCV82khTxPr0tw==",
|
"integrity": "sha512-MvNWdcijRCFo/7fY14hDT55vmPCso21bkmxpYijjzyztaS6GsMCQTgj62PyLo/RsSl1FE6YUZyqiG5z4igIY+w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
"json": "^9.0.4",
|
"json": "^9.0.4",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.133",
|
"scratch-blocks": "1.1.133",
|
||||||
"scratch-l10n": "3.18.161",
|
"scratch-l10n": "3.18.163",
|
||||||
"scratch-render-fonts": "1.0.54",
|
"scratch-render-fonts": "1.0.54",
|
||||||
"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