mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
fix(deps): update dependency scratch-render-fonts to v1.0.107 (#2836)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
addc5a4595
commit
3122400cc9
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.325",
|
||||
"scratch-render-fonts": "1.0.106",
|
||||
"scratch-render-fonts": "1.0.107",
|
||||
"scratch-semantic-release-config": "1.0.16",
|
||||
"semantic-release": "19.0.5",
|
||||
"style-loader": "1.3.0",
|
||||
|
@ -27663,9 +27663,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-render-fonts": {
|
||||
"version": "1.0.106",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.106.tgz",
|
||||
"integrity": "sha512-9FFYOQGaOLJEIMTBOk7n6VqKdmMUOjo8O68HHMPdXSpENF1eD0dWtZwMcqRZRnZYBnrog+25HSbf4zpLO8/uQg==",
|
||||
"version": "1.0.107",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.107.tgz",
|
||||
"integrity": "sha512-+2peZ7RO9TyynVX6hDbTjSb0OiIBvOWjUMwSzIEAMvM36rV1rhLKC2l6zRaBz20LsRoTn9I7nvT58MTzdJhgLg==",
|
||||
"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.325",
|
||||
"scratch-render-fonts": "1.0.106",
|
||||
"scratch-render-fonts": "1.0.107",
|
||||
"scratch-semantic-release-config": "1.0.16",
|
||||
"semantic-release": "19.0.5",
|
||||
"style-loader": "1.3.0",
|
||||
|
|
Loading…
Reference in a new issue