mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
fix(deps): update dependency scratch-render-fonts to v1.0.32
This commit is contained in:
parent
4b9430785b
commit
fd38364848
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -56,7 +56,7 @@
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.79",
|
"scratch-blocks": "1.1.79",
|
||||||
"scratch-l10n": "3.18.101",
|
"scratch-l10n": "3.18.101",
|
||||||
"scratch-render-fonts": "1.0.31",
|
"scratch-render-fonts": "1.0.32",
|
||||||
"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",
|
||||||
"script-loader": "0.7.2",
|
"script-loader": "0.7.2",
|
||||||
|
@ -17848,9 +17848,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-render-fonts": {
|
"node_modules/scratch-render-fonts": {
|
||||||
"version": "1.0.31",
|
"version": "1.0.32",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.31.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.32.tgz",
|
||||||
"integrity": "sha512-l/piwGphaw2eBeW2GQX3Orwtx3RESsGPByXQZL+7+zHDNEU8UC27uqDdImJ5OhAutS0ewN1Dv4eJbLd1nEvovQ==",
|
"integrity": "sha512-5VQuuhGUtCGX1cGJuBqJAkDYoE+Yw1CEhSQJvD5/SlBn39tpKMh5gp8Ekmd2HPGTgkCQ2VdhqfXMz+LrjAjqxQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"base64-loader": "^1.0.0"
|
"base64-loader": "^1.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -100,7 +100,7 @@
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.79",
|
"scratch-blocks": "1.1.79",
|
||||||
"scratch-l10n": "3.18.101",
|
"scratch-l10n": "3.18.101",
|
||||||
"scratch-render-fonts": "1.0.31",
|
"scratch-render-fonts": "1.0.32",
|
||||||
"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",
|
||||||
"script-loader": "0.7.2",
|
"script-loader": "0.7.2",
|
||||||
|
|
Loading…
Reference in a new issue