mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
fix(deps): update dependency scratch-render-fonts to v1.0.67 (#2639)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f28d5b8596
commit
06cff1b50b
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -68,7 +68,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"rimraf": "2.7.1",
|
||||
"scratch-l10n": "3.18.206",
|
||||
"scratch-render-fonts": "1.0.66",
|
||||
"scratch-render-fonts": "1.0.67",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"semantic-release": "19.0.5",
|
||||
"style-loader": "1.3.0",
|
||||
|
@ -26761,9 +26761,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-render-fonts": {
|
||||
"version": "1.0.66",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.66.tgz",
|
||||
"integrity": "sha512-8rHxgobi/rUJW9IrR3EaD+4Nvjn5rR4elk0mSRwL0oZH0Z313+/CIEDquIXLmNfLRIU/cPYUuy2qBvNonSokVA==",
|
||||
"version": "1.0.67",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.67.tgz",
|
||||
"integrity": "sha512-erZe3Cw/jkj27lCPH4SC0u2LM/f85hTNX37/BL9GR9i3uCZcZx6GlhBnMoMlH43epcdOknqik4Pr+nT8whCkMA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"base64-loader": "^1.0.0"
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"rimraf": "2.7.1",
|
||||
"scratch-l10n": "3.18.206",
|
||||
"scratch-render-fonts": "1.0.66",
|
||||
"scratch-render-fonts": "1.0.67",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"semantic-release": "19.0.5",
|
||||
"style-loader": "1.3.0",
|
||||
|
|
Loading…
Reference in a new issue