mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
fix(deps): update dependency scratch-blocks to v1.1.60
This commit is contained in:
parent
b484b899e6
commit
779828ed5b
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",
|
"jsdoc": "3.6.11",
|
||||||
"json": "^9.0.4",
|
"json": "^9.0.4",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.58",
|
"scratch-blocks": "1.1.60",
|
||||||
"scratch-l10n": "3.18.75",
|
"scratch-l10n": "3.18.75",
|
||||||
"scratch-render-fonts": "1.0.25",
|
"scratch-render-fonts": "1.0.25",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
|
@ -17712,9 +17712,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-blocks": {
|
"node_modules/scratch-blocks": {
|
||||||
"version": "1.1.58",
|
"version": "1.1.60",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.58.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.60.tgz",
|
||||||
"integrity": "sha512-VH2qVxRge60oO7ssmeu2c0+T9nhr3VfLW7BNaskdcv7FqXKM3M7BI6XlseSfTZJS2fW9OiGYFqh+lNuQQZO0Lw==",
|
"integrity": "sha512-KgFzmJRa8sV39+fPcBFe/b59SQjtwv8PFe9B8c3BBxUlicDb27J39uv+e1DcbJTSs2fDd4g2WyFGh9OIjbQZRg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"exports-loader": "^0.7.0",
|
"exports-loader": "^0.7.0",
|
||||||
|
|
|
@ -98,7 +98,7 @@
|
||||||
"jsdoc": "3.6.11",
|
"jsdoc": "3.6.11",
|
||||||
"json": "^9.0.4",
|
"json": "^9.0.4",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.58",
|
"scratch-blocks": "1.1.60",
|
||||||
"scratch-l10n": "3.18.75",
|
"scratch-l10n": "3.18.75",
|
||||||
"scratch-render-fonts": "1.0.25",
|
"scratch-render-fonts": "1.0.25",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
|
|
Loading…
Reference in a new issue