mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Merge pull request #4752 from scratchfoundation/renovate/scratch-blocks-1.x
fix(deps): update dependency scratch-blocks to v1.1.192
This commit is contained in:
commit
519bb58d71
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -54,7 +54,7 @@
|
|||
"jsdoc": "3.6.11",
|
||||
"json": "^9.0.4",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-blocks": "1.1.191",
|
||||
"scratch-blocks": "1.1.192",
|
||||
"scratch-l10n": "3.18.227",
|
||||
"scratch-render-fonts": "1.0.75",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
@ -19113,9 +19113,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.191",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.191.tgz",
|
||||
"integrity": "sha512-kXuADugkjz18sxmsqNid5FWiXtqQ16PJrJ9HHyYTcerGt2ciAP24FHLlLJb27WoRJMVKqifA5L3AKseEEAFZ4A==",
|
||||
"version": "1.1.192",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.192.tgz",
|
||||
"integrity": "sha512-VmctbQd5ns0FsAQgZYOxVx7RQsG/5RzAV/RpJAUonIb9+W+YECAyxYGM1r3V8tGgLZwZVf1JamcdXZoyRtSgBA==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
"jsdoc": "3.6.11",
|
||||
"json": "^9.0.4",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-blocks": "1.1.191",
|
||||
"scratch-blocks": "1.1.192",
|
||||
"scratch-l10n": "3.18.227",
|
||||
"scratch-render-fonts": "1.0.75",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
|
Loading…
Reference in a new issue