mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #8051 from scratchfoundation/renovate/scratch-gui-3.x
fix(deps): update dependency scratch-gui to v3.6.6
This commit is contained in:
commit
2d8624eacc
2 changed files with 13 additions and 13 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
@ -103,7 +103,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.49.7",
|
||||
"sass-loader": "10.5.2",
|
||||
"scratch-gui": "3.6.5",
|
||||
"scratch-gui": "3.6.6",
|
||||
"scratch-l10n": "3.18.3",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
@ -23003,9 +23003,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-gui": {
|
||||
"version": "3.6.5",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.6.5.tgz",
|
||||
"integrity": "sha512-5fnJcTjkoQ/31943vhjwsLMnS90ZnM9YSaZObYi0Sm2ibmCmblSl8cnS/yJCPYpGOQOgPFi153UJo0uHng+btw==",
|
||||
"version": "3.6.6",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.6.6.tgz",
|
||||
"integrity": "sha512-nU6l5+G22uJP811ufKMnEL5wTTJz9Qz7ThyIxy2ZOoR2k6omwCqbSkz/6YziagaHu/mGtSYMWvP6paJzyQqslg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@microbit/microbit-universal-hex": "0.2.2",
|
||||
|
@ -23062,12 +23062,12 @@
|
|||
"scratch-audio": "1.0.0",
|
||||
"scratch-blocks": "1.1.2",
|
||||
"scratch-l10n": "3.18.3",
|
||||
"scratch-paint": "2.2.1",
|
||||
"scratch-paint": "2.2.2",
|
||||
"scratch-render": "1.0.0",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20231017225105",
|
||||
"scratch-storage": "2.3.1",
|
||||
"scratch-svg-renderer": "0.2.0",
|
||||
"scratch-vm": "2.3.2",
|
||||
"scratch-vm": "2.3.4",
|
||||
"startaudiocontext": "1.2.1",
|
||||
"style-loader": "^0.23.0",
|
||||
"text-encoding": "0.7.0",
|
||||
|
@ -23702,9 +23702,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-gui/node_modules/scratch-paint": {
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/scratch-paint/-/scratch-paint-2.2.1.tgz",
|
||||
"integrity": "sha512-gspy9N4TpRPHWlRtNDR9QjDztcuZIDyEVNn+nmUlcbmcORnzVsEBHVxHprxy+AE3Ods+46wSEeWzra6AljlPgQ==",
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/scratch-paint/-/scratch-paint-2.2.2.tgz",
|
||||
"integrity": "sha512-mCuewR+fnr6DR6L74BgUAYZq+/55wCXTigp5bCgZvnvHC4XzsLMtks+rtVgi+Tl2v7MFYVd2Lo/XNUBVMf437g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@scratch/paper": "0.11.20221201200345",
|
||||
|
@ -25031,9 +25031,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/scratch-vm": {
|
||||
"version": "2.3.2",
|
||||
"resolved": "https://registry.npmjs.org/scratch-vm/-/scratch-vm-2.3.2.tgz",
|
||||
"integrity": "sha512-CxYf3GqXH1sJjTS4IlrKA1lBew1RroR1+Y166fcv/RyzBvAbwVheuIL9OTHvFrgXw1Ru7zNfnzHx+/liF6R5Tw==",
|
||||
"version": "2.3.4",
|
||||
"resolved": "https://registry.npmjs.org/scratch-vm/-/scratch-vm-2.3.4.tgz",
|
||||
"integrity": "sha512-79/4AuKc8vEHHppTMY1S6JKEKChedpIcQp5gWLcHKQF797eOkDlyCD48gAVRiXldo9722Axez3er0BG+EC+Gug==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@vernier/godirect": "1.5.0",
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.49.7",
|
||||
"sass-loader": "10.5.2",
|
||||
"scratch-gui": "3.6.5",
|
||||
"scratch-gui": "3.6.6",
|
||||
"scratch-l10n": "3.18.3",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
|
Loading…
Reference in a new issue