mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Merge pull request #4550 from scratchfoundation/renovate/scratch-l10n-3.x
fix(deps): update dependency scratch-l10n to v3.18.147
This commit is contained in:
commit
fabe9b80fb
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.118",
|
"scratch-blocks": "1.1.118",
|
||||||
"scratch-l10n": "3.18.146",
|
"scratch-l10n": "3.18.147",
|
||||||
"scratch-render-fonts": "1.0.49",
|
"scratch-render-fonts": "1.0.49",
|
||||||
"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",
|
||||||
|
@ -17780,9 +17780,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-l10n": {
|
"node_modules/scratch-l10n": {
|
||||||
"version": "3.18.146",
|
"version": "3.18.147",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.146.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.147.tgz",
|
||||||
"integrity": "sha512-j9PZa/2MEwxmIbK/U41KMKnN0jzE+Ab2cyQXan5vfS7pAMjW+CGEIqO+/8e0HXqi/U9VlerHXc1h7nfY5OsUcg==",
|
"integrity": "sha512-NU220wFm4b7KNQ5ONLVjiSMN6nrBTrLp3GUs8yzOFXsq+u+K9bD9Hp12RlygVV0Wjzb0/wOHzbp4LzIelNJqnQ==",
|
||||||
"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.118",
|
"scratch-blocks": "1.1.118",
|
||||||
"scratch-l10n": "3.18.146",
|
"scratch-l10n": "3.18.147",
|
||||||
"scratch-render-fonts": "1.0.49",
|
"scratch-render-fonts": "1.0.49",
|
||||||
"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