mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
fix(deps): update dependency scratch-blocks to v1.1.31
This commit is contained in:
parent
a549e58263
commit
87e23c166b
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.30",
|
||||
"scratch-blocks": "1.1.31",
|
||||
"scratch-l10n": "3.18.40",
|
||||
"scratch-render-fonts": "1.0.15",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
@ -17321,9 +17321,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "1.1.30",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.30.tgz",
|
||||
"integrity": "sha512-cUNHSifn+lyfoJDDxkrvHA31ioZJVvpoZu+X96l8KFM2nCD6XLKrtfjxQ6YAzU+lLgnGzFUy8J6Hn5gJ7h9b6Q==",
|
||||
"version": "1.1.31",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.31.tgz",
|
||||
"integrity": "sha512-/fwA255LEDI4bdlmELeq1f1hogC7NXpwNmN2wFSvfANr9HhlQLZyyQ9nExLwIRkw3QSgFkhc4kZMrzd379W75w==",
|
||||
"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.30",
|
||||
"scratch-blocks": "1.1.31",
|
||||
"scratch-l10n": "3.18.40",
|
||||
"scratch-render-fonts": "1.0.15",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
|
Loading…
Reference in a new issue