mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Merge pull request #4240 from scratchfoundation/renovate/scratch-blocks-1.x
fix(deps): update dependency scratch-blocks to v1.1.10
This commit is contained in:
commit
74a8752636
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -52,7 +52,7 @@
|
|||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-audio": "1.0.6",
|
||||
"scratch-blocks": "1.1.9",
|
||||
"scratch-blocks": "1.1.10",
|
||||
"scratch-l10n": "3.18.6",
|
||||
"scratch-render": "1.0.7",
|
||||
"scratch-render-fonts": "1.0.2",
|
||||
|
@ -18878,9 +18878,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.9",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.9.tgz",
|
||||
"integrity": "sha512-8JPGepduQNO7bMHpU/gR8sCcEj90Xo/VjdpOxNSz7PZ/MuqTz+607LYFz7zuKxXitS6MGJ24XkIa1lvsb2ViQA==",
|
||||
"version": "1.1.10",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.10.tgz",
|
||||
"integrity": "sha512-QZ6+bMl6NgIff5GKbZ6NOgnzR/MmWerRll7py9scmYfCZdvEVt9JJkSqwu5rJp0D5G642yRRqnOoBjQqLDl8hg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"exports-loader": "^0.7.0",
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-audio": "1.0.6",
|
||||
"scratch-blocks": "1.1.9",
|
||||
"scratch-blocks": "1.1.10",
|
||||
"scratch-l10n": "3.18.6",
|
||||
"scratch-render": "1.0.7",
|
||||
"scratch-render-fonts": "1.0.2",
|
||||
|
|
Loading…
Reference in a new issue