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.72 (#2663)
Some checks are pending
Scratch Paint CI-CD / ci-cd (push) Waiting to run
Some checks are pending
Scratch Paint CI-CD / ci-cd (push) Waiting to run
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
797412ea55
commit
c2fb78da36
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",
|
"regenerator-runtime": "0.13.9",
|
||||||
"rimraf": "2.7.1",
|
"rimraf": "2.7.1",
|
||||||
"scratch-l10n": "3.18.218",
|
"scratch-l10n": "3.18.218",
|
||||||
"scratch-render-fonts": "1.0.71",
|
"scratch-render-fonts": "1.0.72",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"semantic-release": "19.0.5",
|
"semantic-release": "19.0.5",
|
||||||
"style-loader": "1.3.0",
|
"style-loader": "1.3.0",
|
||||||
|
@ -26762,9 +26762,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-render-fonts": {
|
"node_modules/scratch-render-fonts": {
|
||||||
"version": "1.0.71",
|
"version": "1.0.72",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.71.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.72.tgz",
|
||||||
"integrity": "sha512-b4MTMja3N3JYpe6zgNesTfasoF6Ng1VuObpgiE0FeYPpmH0OEWtJsq2j2K+LqA3JIktICQaTboZY4gaJ0Cf2sw==",
|
"integrity": "sha512-//Lyz+7ZI2lo3Cw2lcWUWTo0erqHiGrG6wufhm6Sss1XrkUI8kWkOyx+9Zn4qGizkFq3Z3Huw+aiDduePqnspg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"base64-loader": "^1.0.0"
|
"base64-loader": "^1.0.0"
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
"regenerator-runtime": "0.13.9",
|
"regenerator-runtime": "0.13.9",
|
||||||
"rimraf": "2.7.1",
|
"rimraf": "2.7.1",
|
||||||
"scratch-l10n": "3.18.218",
|
"scratch-l10n": "3.18.218",
|
||||||
"scratch-render-fonts": "1.0.71",
|
"scratch-render-fonts": "1.0.72",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"semantic-release": "19.0.5",
|
"semantic-release": "19.0.5",
|
||||||
"style-loader": "1.3.0",
|
"style-loader": "1.3.0",
|
||||||
|
|
Loading…
Reference in a new issue