mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-10 15:02:06 -05:00
fix(deps): update dependency scratch-blocks to v1.1.115
This commit is contained in:
parent
73642c7426
commit
767a066776
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.114",
|
||||
"scratch-blocks": "1.1.115",
|
||||
"scratch-l10n": "3.18.142",
|
||||
"scratch-render-fonts": "1.0.48",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
@ -17767,9 +17767,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.114",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.114.tgz",
|
||||
"integrity": "sha512-dSAE22liViu5uwRto0FMPsW5yqnL1YhGnEQ0/yTmrJz20jrOnxUSSPFwB0sCPFqxLEQs4pKb5OLmeTF1nuILnQ==",
|
||||
"version": "1.1.115",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.115.tgz",
|
||||
"integrity": "sha512-w83nkVZlRG4fEvE4aUuKwa4/AEjGh895BVly5JBdGB/14PIpDNoX4c/JDYUD8+WAgNnfnwgPZyMA32utUGVaYA==",
|
||||
"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.114",
|
||||
"scratch-blocks": "1.1.115",
|
||||
"scratch-l10n": "3.18.142",
|
||||
"scratch-render-fonts": "1.0.48",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
|
Loading…
Reference in a new issue