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.121
This commit is contained in:
parent
2ab6e3a1ac
commit
45908e2e77
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.119",
|
"scratch-blocks": "1.1.121",
|
||||||
"scratch-l10n": "3.18.148",
|
"scratch-l10n": "3.18.148",
|
||||||
"scratch-render-fonts": "1.0.49",
|
"scratch-render-fonts": "1.0.49",
|
||||||
"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.119",
|
"version": "1.1.121",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.119.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.121.tgz",
|
||||||
"integrity": "sha512-KscCm9OAVbzMY9ag0zMpHK4/jlWLphXqejl76kKLDkRcOtrLNB15wNTv9Vij1/bQETG1rDyXZUgukyKnfXQ+CQ==",
|
"integrity": "sha512-LUt87g6uJ7vvsnRvfqkLGHvy+kJEfI/ryptcQvabJSQbtvnPQNteHuLD4Ii7C4Td0pXjT8iILiqZTjSZc1UDdQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -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.119",
|
"scratch-blocks": "1.1.121",
|
||||||
"scratch-l10n": "3.18.148",
|
"scratch-l10n": "3.18.148",
|
||||||
"scratch-render-fonts": "1.0.49",
|
"scratch-render-fonts": "1.0.49",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
|
|
Loading…
Reference in a new issue