mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Merge pull request #4780 from scratchfoundation/renovate/scratch-render-fonts-1.x
fix(deps): update dependency scratch-render-fonts to v1.0.79
This commit is contained in:
commit
c94a8eb72f
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -56,7 +56,7 @@
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.201",
|
"scratch-blocks": "1.1.201",
|
||||||
"scratch-l10n": "3.18.240",
|
"scratch-l10n": "3.18.240",
|
||||||
"scratch-render-fonts": "1.0.78",
|
"scratch-render-fonts": "1.0.79",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"scratch-webpack-configuration": "1.4.0",
|
"scratch-webpack-configuration": "1.4.0",
|
||||||
"script-loader": "0.7.2",
|
"script-loader": "0.7.2",
|
||||||
|
@ -19784,9 +19784,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-render-fonts": {
|
"node_modules/scratch-render-fonts": {
|
||||||
"version": "1.0.78",
|
"version": "1.0.79",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.78.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.79.tgz",
|
||||||
"integrity": "sha512-6QkbGpXYEuaUqdEHIVVPDNDBdLxrYTPbwHgs+nsokNBXINWScSK5sbi1kCFbFHRDxEYEhW8wR/xIChizMUKk/g==",
|
"integrity": "sha512-UTqmkQ6rKJ9pUNbCc0OySkN0qYtz+MdfQFnNSd4KrMSBBzwrf+eV52FQkuJm7xfBY+B1jtqCFTEGhRsVg5SxSQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"base64-loader": "^1.0.0"
|
"base64-loader": "^1.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -100,7 +100,7 @@
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.201",
|
"scratch-blocks": "1.1.201",
|
||||||
"scratch-l10n": "3.18.240",
|
"scratch-l10n": "3.18.240",
|
||||||
"scratch-render-fonts": "1.0.78",
|
"scratch-render-fonts": "1.0.79",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
"scratch-webpack-configuration": "1.4.0",
|
"scratch-webpack-configuration": "1.4.0",
|
||||||
"script-loader": "0.7.2",
|
"script-loader": "0.7.2",
|
||||||
|
|
Loading…
Reference in a new issue