mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-08 14:01:58 -05:00
fix(deps): update dependency scratch-render-fonts to v1.0.99
This commit is contained in:
parent
2163935e5b
commit
2ba94c4cf7
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",
|
||||
"scratch-blocks": "1.1.206",
|
||||
"scratch-l10n": "3.18.300",
|
||||
"scratch-render-fonts": "1.0.97",
|
||||
"scratch-render-fonts": "1.0.99",
|
||||
"scratch-semantic-release-config": "1.0.16",
|
||||
"scratch-webpack-configuration": "1.5.1",
|
||||
"script-loader": "0.7.2",
|
||||
|
@ -19782,9 +19782,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-render-fonts": {
|
||||
"version": "1.0.97",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.97.tgz",
|
||||
"integrity": "sha512-d3WjR+r8gHHM+mys2qEJMqK7XwAfsU+L5JYHabYGukFOimv2lhhzrZJmaYtY1TNkmY4uYZ0/SpVrtT7MtETNtA==",
|
||||
"version": "1.0.99",
|
||||
"resolved": "https://registry.npmjs.org/scratch-render-fonts/-/scratch-render-fonts-1.0.99.tgz",
|
||||
"integrity": "sha512-t8qoC6Rfstxw+ITUYWb8OfPXHTd89WBDmi0xu6pIWDf5yenEFm1CrMWkKloNSCgqZqZEiUAMuqfGJhdJPvT0hg==",
|
||||
"dependencies": {
|
||||
"base64-loader": "^1.0.0"
|
||||
}
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
"pngjs": "3.4.0",
|
||||
"scratch-blocks": "1.1.206",
|
||||
"scratch-l10n": "3.18.300",
|
||||
"scratch-render-fonts": "1.0.97",
|
||||
"scratch-render-fonts": "1.0.99",
|
||||
"scratch-semantic-release-config": "1.0.16",
|
||||
"scratch-webpack-configuration": "1.5.1",
|
||||
"script-loader": "0.7.2",
|
||||
|
|
Loading…
Reference in a new issue