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.22
This commit is contained in:
parent
6e6286297c
commit
bda0c7be32
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.18",
|
||||
"scratch-blocks": "1.1.22",
|
||||
"scratch-l10n": "3.18.30",
|
||||
"scratch-render-fonts": "1.0.14",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
@ -17409,9 +17409,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.18",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.18.tgz",
|
||||
"integrity": "sha512-gd9Gbf6I6FnrJ60/mQ6SV4n3d7rUbgywF4lk+8fBvWfLpw1OoQTtDmBSDJhyuhAxCigewm2fkYU6d+A9K0fYtw==",
|
||||
"version": "1.1.22",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.22.tgz",
|
||||
"integrity": "sha512-odrQP/e6NSUa0L9OPbj16OMotAni6l/3kFmmP2TZT9hAo7xA4bRog8/lsQbmI6RlJ8SWK1gQi6Z7hasR/qtJKg==",
|
||||
"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.18",
|
||||
"scratch-blocks": "1.1.22",
|
||||
"scratch-l10n": "3.18.30",
|
||||
"scratch-render-fonts": "1.0.14",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
|
Loading…
Reference in a new issue