mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Merge pull request #4428 from scratchfoundation/renovate/scratch-blocks-1.x
fix(deps): update dependency scratch-blocks to v1.1.79
This commit is contained in:
commit
e8f234c5a7
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -54,7 +54,7 @@
|
||||||
"jsdoc": "3.6.11",
|
"jsdoc": "3.6.11",
|
||||||
"json": "^9.0.4",
|
"json": "^9.0.4",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.77",
|
"scratch-blocks": "1.1.79",
|
||||||
"scratch-l10n": "3.18.99",
|
"scratch-l10n": "3.18.99",
|
||||||
"scratch-render-fonts": "1.0.31",
|
"scratch-render-fonts": "1.0.31",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
|
@ -17750,9 +17750,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-blocks": {
|
"node_modules/scratch-blocks": {
|
||||||
"version": "1.1.77",
|
"version": "1.1.79",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.77.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.79.tgz",
|
||||||
"integrity": "sha512-F6OXjteIEqi5vM1g5bjqd9WKAs1TBDZYdZ4RtnFBq2C+h7xnZ6/kZNx4LvaGAcKuetL3Bkh4KVnTLF8hLpTg3w==",
|
"integrity": "sha512-92tqIC9hs5r3MDJ2pNEU8OGVyuKtzSw/+tw311/cboj2uPzXEh7ZVMf/sWJptZ0OK0c2RvD+Dh1d/UxzFOxyGw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"exports-loader": "^0.7.0",
|
"exports-loader": "^0.7.0",
|
||||||
|
|
|
@ -98,7 +98,7 @@
|
||||||
"jsdoc": "3.6.11",
|
"jsdoc": "3.6.11",
|
||||||
"json": "^9.0.4",
|
"json": "^9.0.4",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-blocks": "1.1.77",
|
"scratch-blocks": "1.1.79",
|
||||||
"scratch-l10n": "3.18.99",
|
"scratch-l10n": "3.18.99",
|
||||||
"scratch-render-fonts": "1.0.31",
|
"scratch-render-fonts": "1.0.31",
|
||||||
"scratch-semantic-release-config": "1.0.14",
|
"scratch-semantic-release-config": "1.0.14",
|
||||||
|
|
Loading…
Reference in a new issue