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.22 (#2412)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b6212c97cf
commit
2c95aec530
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.61",
|
||||
"scratch-render-fonts": "1.0.21",
|
||||
"scratch-render-fonts": "1.0.22",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"semantic-release": "19.0.5",
|
||||
"style-loader": "1.3.0",
|
||||
|
@ -24994,9 +24994,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-render-fonts": {
|
||||
"version": "1.0.21",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.21.tgz",
|
||||
"integrity": "sha512-/e6/vxb6wZNlGxR4dz061hHeB3/MQe5Qmsm9Z4kdQaJ6TJNrASAXc7kgPWlP8rYeMiw2/4CU/mtOJvolGJMGYw==",
|
||||
"version": "1.0.22",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.22.tgz",
|
||||
"integrity": "sha512-RzKpgs+CJd5i1Mqr1yCWMRRev/LpLRs3MaH7sA9x9XT0C95hDaa2SqPJF2jjWX0lHn9B+nOJZnGhKguborxb7w==",
|
||||
"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.61",
|
||||
"scratch-render-fonts": "1.0.21",
|
||||
"scratch-render-fonts": "1.0.22",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"semantic-release": "19.0.5",
|
||||
"style-loader": "1.3.0",
|
||||
|
|
Loading…
Reference in a new issue