mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Merge pull request #7827 from scratchfoundation/renovate/scratch-gui-2.x
fix(deps): update dependency scratch-gui to v2.3.38
This commit is contained in:
commit
a9035d6ff9
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -101,7 +101,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.49.7",
|
||||
"sass-loader": "10.2.1",
|
||||
"scratch-gui": "2.3.37",
|
||||
"scratch-gui": "2.3.38",
|
||||
"scratch-l10n": "3.16.20230909032442",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
@ -23358,9 +23358,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-gui": {
|
||||
"version": "2.3.37",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-2.3.37.tgz",
|
||||
"integrity": "sha512-0ax8rOGUm5wIxBibs1BZ+lwKpZA0pKZEPZMuw24ZWXgBz3AX6L8OxM1PJ4nVxytNZ0D5TpVhNEpoUxzFP+s3hA==",
|
||||
"version": "2.3.38",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-2.3.38.tgz",
|
||||
"integrity": "sha512-aZKc5Ui4/WbLqlhrgJPsbQUyDRCjXL2aD631IchWUbLBL6yqrCiS0fl+kt+VlE2hZEZqgEMB3YZCUhIk2tmIqg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@microbit/microbit-universal-hex": "0.2.2",
|
||||
|
@ -23422,7 +23422,7 @@
|
|||
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
|
||||
"scratch-storage": "2.2.1",
|
||||
"scratch-svg-renderer": "0.2.0-prerelease.20230710144521",
|
||||
"scratch-vm": "1.6.9",
|
||||
"scratch-vm": "1.6.10",
|
||||
"startaudiocontext": "1.2.1",
|
||||
"style-loader": "^0.23.0",
|
||||
"text-encoding": "0.7.0",
|
||||
|
@ -24063,9 +24063,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/scratch-vm": {
|
||||
"version": "1.6.9",
|
||||
"resolved": "https://registry.npmjs.org/scratch-vm/-/scratch-vm-1.6.9.tgz",
|
||||
"integrity": "sha512-DugrQWpd8LvEoWkeR05yFB47eS5YF6OjQAqNixbUFhBb0P2dMTWX4hmEaxUsduiRH5nu+eWTfAuFWOWut18mPw==",
|
||||
"version": "1.6.10",
|
||||
"resolved": "https://registry.npmjs.org/scratch-vm/-/scratch-vm-1.6.10.tgz",
|
||||
"integrity": "sha512-is7f576c0wvqU68Nr89u9aDHkBwHdwqryqskZrP50URk5zL7QCh1BVMv2qs2ZxySpAgSIsPOX4DGaBZewFXCvw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@vernier/godirect": "1.5.0",
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
"regenerator-runtime": "0.13.9",
|
||||
"sass": "1.49.7",
|
||||
"sass-loader": "10.2.1",
|
||||
"scratch-gui": "2.3.37",
|
||||
"scratch-gui": "2.3.38",
|
||||
"scratch-l10n": "3.16.20230909032442",
|
||||
"selenium-webdriver": "4.1.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
|
Loading…
Reference in a new issue