mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -05:00
Merge pull request #4318 from scratchfoundation/renovate/scratch-blocks-1.x
fix(deps): update dependency scratch-blocks to v1.1.40
This commit is contained in:
commit
7bbc25ecb1
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.38",
|
"scratch-blocks": "1.1.40",
|
||||||
"scratch-l10n": "3.18.48",
|
"scratch-l10n": "3.18.48",
|
||||||
"scratch-render-fonts": "1.0.19",
|
"scratch-render-fonts": "1.0.19",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
|
@ -17808,9 +17808,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-blocks": {
|
"node_modules/scratch-blocks": {
|
||||||
"version": "1.1.38",
|
"version": "1.1.40",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.38.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.40.tgz",
|
||||||
"integrity": "sha512-Cgt2w6hV9UNdkilsE/q3JSHbs15S+ROaF7kHpJL4OHexkdEhPr7zEPerR5tqU+hNc062WcKV15V3hETwpsNfpA==",
|
"integrity": "sha512-zLE0tuKUflOlukkeRc7XwIGl1DkTBCuzd7vWMO0DQzWC0MFXJN7FvET/u1Q+Lzfuv65HDbNVdaIzKt1zBd5Nkg==",
|
||||||
"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.38",
|
"scratch-blocks": "1.1.40",
|
||||||
"scratch-l10n": "3.18.48",
|
"scratch-l10n": "3.18.48",
|
||||||
"scratch-render-fonts": "1.0.19",
|
"scratch-render-fonts": "1.0.19",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
|
|
Loading…
Reference in a new issue