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.29
This commit is contained in:
parent
8bdeb45c0a
commit
bf1d5a2609
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.26",
|
||||
"scratch-blocks": "1.1.29",
|
||||
"scratch-l10n": "3.18.38",
|
||||
"scratch-render-fonts": "1.0.15",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
@ -17409,9 +17409,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.26",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.26.tgz",
|
||||
"integrity": "sha512-G2ilPb4eOs/gPWc6M0Z1usw4HWOhkTrFSOfWJ4MJKkHe3n8hIQ4kInKDb8wcNZdps4YrdJwmw3nglT2Q8FWYug==",
|
||||
"version": "1.1.29",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.29.tgz",
|
||||
"integrity": "sha512-5NTBdVdpC4+zi+tulpuMlM1a3MqV8zgJCuYd7wqArLt3WhnmDv1ZjrzCZr+7qet9sN5VG3wxunngJsTaj8z+tg==",
|
||||
"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.26",
|
||||
"scratch-blocks": "1.1.29",
|
||||
"scratch-l10n": "3.18.38",
|
||||
"scratch-render-fonts": "1.0.15",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
|
Loading…
Reference in a new issue