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.108 (#2839)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b866d8d5c5
commit
6f5a698d4a
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.327",
|
||||
"scratch-render-fonts": "1.0.107",
|
||||
"scratch-render-fonts": "1.0.108",
|
||||
"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.107",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.107.tgz",
|
||||
"integrity": "sha512-+2peZ7RO9TyynVX6hDbTjSb0OiIBvOWjUMwSzIEAMvM36rV1rhLKC2l6zRaBz20LsRoTn9I7nvT58MTzdJhgLg==",
|
||||
"version": "1.0.108",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.108.tgz",
|
||||
"integrity": "sha512-2QTSdTPJDZ2Gq/ThFE4a7LtlHTRsG6Ph8R4IkyV+hfkbUikHcaFECn9UfZPILcdz6yPNYZP1MHGQVoxYVsrQCA==",
|
||||
"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.327",
|
||||
"scratch-render-fonts": "1.0.107",
|
||||
"scratch-render-fonts": "1.0.108",
|
||||
"scratch-semantic-release-config": "1.0.16",
|
||||
"semantic-release": "19.0.5",
|
||||
"style-loader": "1.3.0",
|
||||
|
|
Loading…
Reference in a new issue