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.49
This commit is contained in:
parent
c162446d03
commit
595edc0238
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.48",
|
"scratch-blocks": "1.1.49",
|
||||||
"scratch-l10n": "3.18.61",
|
"scratch-l10n": "3.18.61",
|
||||||
"scratch-render-fonts": "1.0.22",
|
"scratch-render-fonts": "1.0.22",
|
||||||
"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.48",
|
"version": "1.1.49",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.48.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.49.tgz",
|
||||||
"integrity": "sha512-RMbAJ/t/PyJCJdVcmt6xpVOgnjePMvlO127WKLkhFtNca0Ssft+iKsHmL1u139UtA5kOslJ2zcqxmt7DnzmDIw==",
|
"integrity": "sha512-UIs9GG3O4mCg3gl49pV/J5Tqn69f7bfbVjgJQ79pHy7eJi8EIeNYYnHF0OrUpDmIhdwGEEQ58bohDLytZdr1Eg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"exports-loader": "^0.7.0",
|
"exports-loader": "^0.7.0",
|
||||||
|
|
|
@ -96,7 +96,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.48",
|
"scratch-blocks": "1.1.49",
|
||||||
"scratch-l10n": "3.18.61",
|
"scratch-l10n": "3.18.61",
|
||||||
"scratch-render-fonts": "1.0.22",
|
"scratch-render-fonts": "1.0.22",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
|
|
Loading…
Reference in a new issue