mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
fix(deps): update dependency scratch-blocks to v1.1.93
This commit is contained in:
parent
1e3b406bd4
commit
12d6905cc1
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.92",
|
"scratch-blocks": "1.1.93",
|
||||||
"scratch-l10n": "3.18.114",
|
"scratch-l10n": "3.18.114",
|
||||||
"scratch-render-fonts": "1.0.37",
|
"scratch-render-fonts": "1.0.37",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
|
@ -17767,9 +17767,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-blocks": {
|
"node_modules/scratch-blocks": {
|
||||||
"version": "1.1.92",
|
"version": "1.1.93",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.92.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.93.tgz",
|
||||||
"integrity": "sha512-1fFuiZf7XSGLIuS8O+81Xnc3J/3C0wEUyJA1WgJoNHihELU+iVlOC0l3dlnoaliLSZLBJxRZtONcug3ga5Svbg==",
|
"integrity": "sha512-Ci0h9S7R/2Uv2RYC6BrDpde4R9Z8n+UkxfGmZNagNeQ11Yw2RBjEP+nmTf7fEPl2IqIQtIaeSaoJ+0K7gxJymA==",
|
||||||
"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.92",
|
"scratch-blocks": "1.1.93",
|
||||||
"scratch-l10n": "3.18.114",
|
"scratch-l10n": "3.18.114",
|
||||||
"scratch-render-fonts": "1.0.37",
|
"scratch-render-fonts": "1.0.37",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
|
|
Loading…
Reference in a new issue