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.13
This commit is contained in:
parent
9db353f2d8
commit
21f76a88db
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.12",
|
||||
"scratch-blocks": "1.1.13",
|
||||
"scratch-l10n": "3.18.17",
|
||||
"scratch-render-fonts": "1.0.9",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
@ -17275,9 +17275,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.12",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.12.tgz",
|
||||
"integrity": "sha512-IrOH+NYMZ7yxoSOdLR/OxQlpocUKw0+nkNGKXTW0HZQzGpicoC2Cvl21oZFTIvvwH+2V96cpkj6vtHqxtGC9tg==",
|
||||
"version": "1.1.13",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.13.tgz",
|
||||
"integrity": "sha512-BYJ8NBc0w6x5SZShcxh4XHQxzOyB3Mz24oXGCegSU3Ge1D6YgAcRJvW8OF6KWpFFxM15FMjmpHXnQUTvtPknoA==",
|
||||
"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.12",
|
||||
"scratch-blocks": "1.1.13",
|
||||
"scratch-l10n": "3.18.17",
|
||||
"scratch-render-fonts": "1.0.9",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
|
Loading…
Reference in a new issue