mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
fix(deps): update dependency scratch-blocks to v1.1.128
This commit is contained in:
parent
ab0d30fe08
commit
ffe966d21f
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.127",
|
||||
"scratch-blocks": "1.1.128",
|
||||
"scratch-l10n": "3.18.158",
|
||||
"scratch-render-fonts": "1.0.53",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
@ -17854,9 +17854,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.127",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.127.tgz",
|
||||
"integrity": "sha512-BDK3FK6am5Q2oQuy6/WlGkrhJckd1ReWZ/ZZIbCkNkDsROjVlTgTVasauPY1CAM2NQjdfbIpFomFxI3DPvao3A==",
|
||||
"version": "1.1.128",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.128.tgz",
|
||||
"integrity": "sha512-1X0coePUlK7Gah5ndoULeRVLR3J6RU9FUP4r8noIwpRTrlmw4+uG5ANWIEZv2cMOe/gmeZyK1ihjyWF0j2OlLw==",
|
||||
"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.127",
|
||||
"scratch-blocks": "1.1.128",
|
||||
"scratch-l10n": "3.18.158",
|
||||
"scratch-render-fonts": "1.0.53",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
|
Loading…
Reference in a new issue