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.68
This commit is contained in:
parent
53313c1162
commit
ab9ab83f65
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.173",
|
"scratch-blocks": "1.1.173",
|
||||||
"scratch-l10n": "3.18.209",
|
"scratch-l10n": "3.18.209",
|
||||||
"scratch-render-fonts": "1.0.67",
|
"scratch-render-fonts": "1.0.68",
|
||||||
"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",
|
||||||
|
@ -17948,9 +17948,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-render-fonts": {
|
"node_modules/scratch-render-fonts": {
|
||||||
"version": "1.0.67",
|
"version": "1.0.68",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.67.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.68.tgz",
|
||||||
"integrity": "sha512-erZe3Cw/jkj27lCPH4SC0u2LM/f85hTNX37/BL9GR9i3uCZcZx6GlhBnMoMlH43epcdOknqik4Pr+nT8whCkMA==",
|
"integrity": "sha512-3AblVAk/rYixz4bf7AqMqdCnoJM7it20hXgpI6CEieJS2uXp/GxSsi5HCMkoW9OkuyREE5nImNJLAbbyuAVKbQ==",
|
||||||
"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.173",
|
"scratch-blocks": "1.1.173",
|
||||||
"scratch-l10n": "3.18.209",
|
"scratch-l10n": "3.18.209",
|
||||||
"scratch-render-fonts": "1.0.67",
|
"scratch-render-fonts": "1.0.68",
|
||||||
"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