mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
fix(deps): update dependency scratch-blocks to v1.1.17
This commit is contained in:
parent
c7d7fc41aa
commit
5eca6bd782
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -55,7 +55,7 @@
|
|||
"json": "^9.0.4",
|
||||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-blocks": "1.1.15",
|
||||
"scratch-blocks": "1.1.17",
|
||||
"scratch-l10n": "3.18.26",
|
||||
"scratch-render-fonts": "1.0.10",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
@ -17275,9 +17275,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.15",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.15.tgz",
|
||||
"integrity": "sha512-2mY9crE7kYOwCFLAlJ3jbZuUrI68Zqd36euk1xpDC3NfroGstYrQr2rdh54oa+pv/4ee0Qkpk7azAVfqFdg9vQ==",
|
||||
"version": "1.1.17",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.17.tgz",
|
||||
"integrity": "sha512-Hd7lLen90iaJM8FirTCVCGV8SMyZ/jyToFzNEZiIpQDaZeZ7Bc3qhal3QJJgc16GCvmjlICG7jQsyi3zE/dlSQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"exports-loader": "^0.7.0",
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
"json": "^9.0.4",
|
||||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-blocks": "1.1.15",
|
||||
"scratch-blocks": "1.1.17",
|
||||
"scratch-l10n": "3.18.26",
|
||||
"scratch-render-fonts": "1.0.10",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
|
Loading…
Reference in a new issue