mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Merge pull request #4648 from scratchfoundation/renovate/scratch-blocks-1.x
fix(deps): update dependency scratch-blocks to v1.1.154
This commit is contained in:
commit
b8bfcfd8d1
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.153",
|
||||
"scratch-blocks": "1.1.154",
|
||||
"scratch-l10n": "3.18.188",
|
||||
"scratch-render-fonts": "1.0.61",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
@ -17865,9 +17865,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.153",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.153.tgz",
|
||||
"integrity": "sha512-/GQU99evE8fovBWhlEOdW2JcTFOMdhToyOv6dHbAzhjKDa9pWb9i0/0vqBed+lySJ5aqJBrOVPKJ8wIda2vIxg==",
|
||||
"version": "1.1.154",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.154.tgz",
|
||||
"integrity": "sha512-73C7eOJRCa4P4HtxCuD3yCIHKO/VRRvbXdPre1k6efkCL0HHHbHMB4x0sI4C9QkrIiFJBCHrOj0ReHXZUX4HQA==",
|
||||
"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.153",
|
||||
"scratch-blocks": "1.1.154",
|
||||
"scratch-l10n": "3.18.188",
|
||||
"scratch-render-fonts": "1.0.61",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
|
Loading…
Reference in a new issue