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.36
This commit is contained in:
parent
d79c32d6c8
commit
6a43b9c93d
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.35",
|
||||
"scratch-blocks": "1.1.36",
|
||||
"scratch-l10n": "3.18.44",
|
||||
"scratch-render-fonts": "1.0.18",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
@ -17808,9 +17808,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.35",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.35.tgz",
|
||||
"integrity": "sha512-M1W8kP4wGssmuRvTiL+pow2q1eL0/3GEdjcpuykGsxtgmvHpsf8n8poT8FFjWbn6ODQHHKTKLtVFeiYW8x3AwQ==",
|
||||
"version": "1.1.36",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.36.tgz",
|
||||
"integrity": "sha512-2cKOdwugVcaOKa/oSQX+m0Cql2uGsFuGBJZuv1k/VRsQ5zJ8e/ZzNX+ZK9boYn2pRUewabkDskLXrEo9OTxVxw==",
|
||||
"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.35",
|
||||
"scratch-blocks": "1.1.36",
|
||||
"scratch-l10n": "3.18.44",
|
||||
"scratch-render-fonts": "1.0.18",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
|
Loading…
Reference in a new issue