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.58
This commit is contained in:
parent
355a6c36cb
commit
afca8b0623
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",
|
||||
"scratch-blocks": "1.1.144",
|
||||
"scratch-l10n": "3.18.178",
|
||||
"scratch-render-fonts": "1.0.57",
|
||||
"scratch-render-fonts": "1.0.58",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"scratch-webpack-configuration": "1.3.0",
|
||||
"script-loader": "0.7.2",
|
||||
|
@ -17946,9 +17946,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-render-fonts": {
|
||||
"version": "1.0.57",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.57.tgz",
|
||||
"integrity": "sha512-s1IXTrsxMNzZ6WJ/73Pea09ZXaL1pdY2vbaswOcdmG4ntS+N1RgoSCERPdKgQPB4nGChSo/1vuMQA7KrqBY7FQ==",
|
||||
"version": "1.0.58",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.58.tgz",
|
||||
"integrity": "sha512-5M6/PciZ3d7lKmepfSRPASK+e3GOeOZzuIyUaC+1BEB0u49f6qRzIMB+5ZefJ1r2qmf6M74OMOjPkfnb0wc9rA==",
|
||||
"dependencies": {
|
||||
"base64-loader": "^1.0.0"
|
||||
}
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
"pngjs": "3.4.0",
|
||||
"scratch-blocks": "1.1.144",
|
||||
"scratch-l10n": "3.18.178",
|
||||
"scratch-render-fonts": "1.0.57",
|
||||
"scratch-render-fonts": "1.0.58",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"scratch-webpack-configuration": "1.3.0",
|
||||
"script-loader": "0.7.2",
|
||||
|
|
Loading…
Reference in a new issue