mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
fix(deps): update dependency scratch-render-fonts to v1.0.39
This commit is contained in:
parent
2e274fc0ce
commit
f9e40c64e1
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.94",
|
||||
"scratch-l10n": "3.18.117",
|
||||
"scratch-render-fonts": "1.0.38",
|
||||
"scratch-render-fonts": "1.0.39",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"scratch-webpack-configuration": "1.3.0",
|
||||
"script-loader": "0.7.2",
|
||||
|
@ -17848,9 +17848,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-render-fonts": {
|
||||
"version": "1.0.38",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.38.tgz",
|
||||
"integrity": "sha512-S8HsLxAmfvGypIH4Wi4Jcmt+sbbZnm19EQ+nxlBt7syp6kqc/lwWaNJTIpLGN0SWAmITiizrsuRvp0JmphU3NQ==",
|
||||
"version": "1.0.39",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.39.tgz",
|
||||
"integrity": "sha512-38SMngFAT5DdumlevUmf8VJzJ7Ch4nST4DOYJuYBx5YWlZQD7y7hrJVIMTOKehbreK3sI6acaC9upWabOwZsMg==",
|
||||
"dependencies": {
|
||||
"base64-loader": "^1.0.0"
|
||||
}
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
"pngjs": "3.4.0",
|
||||
"scratch-blocks": "1.1.94",
|
||||
"scratch-l10n": "3.18.117",
|
||||
"scratch-render-fonts": "1.0.38",
|
||||
"scratch-render-fonts": "1.0.39",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"scratch-webpack-configuration": "1.3.0",
|
||||
"script-loader": "0.7.2",
|
||||
|
|
Loading…
Reference in a new issue