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.23
This commit is contained in:
parent
49234a6825
commit
9dcfb80de9
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",
|
"json": "^9.0.4",
|
||||||
"lodash.defaultsdeep": "4.6.1",
|
"lodash.defaultsdeep": "4.6.1",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.22",
|
"scratch-blocks": "1.1.23",
|
||||||
"scratch-l10n": "3.18.32",
|
"scratch-l10n": "3.18.32",
|
||||||
"scratch-render-fonts": "1.0.14",
|
"scratch-render-fonts": "1.0.14",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
|
@ -17409,9 +17409,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-blocks": {
|
"node_modules/scratch-blocks": {
|
||||||
"version": "1.1.22",
|
"version": "1.1.23",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.22.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.23.tgz",
|
||||||
"integrity": "sha512-odrQP/e6NSUa0L9OPbj16OMotAni6l/3kFmmP2TZT9hAo7xA4bRog8/lsQbmI6RlJ8SWK1gQi6Z7hasR/qtJKg==",
|
"integrity": "sha512-SDMZrK8lWTMHvd2n+Jku1WpWdtq19GU1zEOZpUr4L/Bf8hubGuFXHw1FPCrJGxCCRSD1oKvpYID0ap05Atg9YQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"exports-loader": "^0.7.0",
|
"exports-loader": "^0.7.0",
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
"json": "^9.0.4",
|
"json": "^9.0.4",
|
||||||
"lodash.defaultsdeep": "4.6.1",
|
"lodash.defaultsdeep": "4.6.1",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.22",
|
"scratch-blocks": "1.1.23",
|
||||||
"scratch-l10n": "3.18.32",
|
"scratch-l10n": "3.18.32",
|
||||||
"scratch-render-fonts": "1.0.14",
|
"scratch-render-fonts": "1.0.14",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
|
|
Loading…
Reference in a new issue