mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
fix(deps): update dependency scratch-blocks to v1.1.68
This commit is contained in:
parent
730505342e
commit
06b7a29127
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.66",
|
||||
"scratch-blocks": "1.1.68",
|
||||
"scratch-l10n": "3.18.83",
|
||||
"scratch-render-fonts": "1.0.27",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
@ -17750,9 +17750,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.66",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.66.tgz",
|
||||
"integrity": "sha512-asnQ/pWhRyIYxWbcUeoxyUz9LiPIZsxORwkuZ1CKnuBLNMSG2qm2N+2n8pnW5sFc70l2FXag634LCP1wHUxvEg==",
|
||||
"version": "1.1.68",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.68.tgz",
|
||||
"integrity": "sha512-7KCwbbIjM2zC82eNIfEIyCi8/xvPMjELzLBHJzu1cLiqibRjhbD0hpC4V4VywCUxt42mhPXRA37NiK71JULX2g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"exports-loader": "^0.7.0",
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
"jsdoc": "3.6.11",
|
||||
"json": "^9.0.4",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-blocks": "1.1.66",
|
||||
"scratch-blocks": "1.1.68",
|
||||
"scratch-l10n": "3.18.83",
|
||||
"scratch-render-fonts": "1.0.27",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
|
Loading…
Reference in a new issue