mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Merge pull request #4637 from scratchfoundation/renovate/scratch-blocks-1.x
fix(deps): update dependency scratch-blocks to v1.1.151
This commit is contained in:
commit
768b246e31
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.149",
|
||||
"scratch-blocks": "1.1.151",
|
||||
"scratch-l10n": "3.18.185",
|
||||
"scratch-render-fonts": "1.0.59",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
@ -17865,9 +17865,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.149",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.149.tgz",
|
||||
"integrity": "sha512-6u3U9m3v54JM305qzLCduC1mQJXvPciFo6+sS8B7zMG6YE5ihIwyqlkD5gTAll5MwBKYKwYFmpcTFpPZ8ZEeow==",
|
||||
"version": "1.1.151",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.151.tgz",
|
||||
"integrity": "sha512-DP+3vVTwocbF8S/bmR5PfqsPKSNWU/SCmkkwEOtFL5CdgQyDp/oeBNTlUuqcZbIoP5n+ay31hLZCvyThBFLKTg==",
|
||||
"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.149",
|
||||
"scratch-blocks": "1.1.151",
|
||||
"scratch-l10n": "3.18.185",
|
||||
"scratch-render-fonts": "1.0.59",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
|
Loading…
Reference in a new issue