fix(deps): update dependency scratch-gui to v3.0.1

This commit is contained in:
renovate[bot] 2023-09-27 06:53:09 +00:00 committed by GitHub
parent f417046127
commit dbdf744f81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 6 deletions

28
package-lock.json generated
View file

@ -101,7 +101,7 @@
"regenerator-runtime": "0.13.9",
"sass": "1.49.7",
"sass-loader": "10.4.1",
"scratch-gui": "3.0.0",
"scratch-gui": "3.0.1",
"scratch-l10n": "3.16.20230925032211",
"selenium-webdriver": "4.1.0",
"slick-carousel": "1.6.0",
@ -23349,9 +23349,9 @@
}
},
"node_modules/scratch-gui": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.0.0.tgz",
"integrity": "sha512-cV2rEFIPEHZpOayOD8XlzACzDTHYrcmiyjKL/ed5SyZ1fLTIfv6woe81y/0kEB2HVgxklAXjfpqGfGc/kOptZg==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.0.1.tgz",
"integrity": "sha512-Gkb4iEvGZ7m09UZeInHOhWDknXuxIP9gGeGRywaWNgJaqeCpbF+O1RDVaRYIWyHLerz9opDwko5LeUZ/jtkvtQ==",
"dev": true,
"dependencies": {
"@microbit/microbit-universal-hex": "0.2.2",
@ -23407,7 +23407,7 @@
"redux-throttle": "0.1.1",
"scratch-audio": "0.1.0-prerelease.20221123180128",
"scratch-blocks": "0.2.0-prerelease.20230919070150",
"scratch-l10n": "3.16.20230925032211",
"scratch-l10n": "3.16.20230927032214",
"scratch-paint": "2.1.17",
"scratch-render": "0.1.0-prerelease.20230913153807",
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
@ -23732,6 +23732,24 @@
"symbol-observable": "^1.0.3"
}
},
"node_modules/scratch-gui/node_modules/scratch-l10n": {
"version": "3.16.20230927032214",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20230927032214.tgz",
"integrity": "sha512-YCHoiCpfnO3fJrDW3aZX6PNWfgEtekwT4W1GPa+OARTJV+kGVeNM/nIm2xF3lS+cCATC8Lpk6OM3HMYeVDhRtw==",
"dev": true,
"dependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@transifex/api": "4.2.5",
"babel-plugin-react-intl": "^3.0.1",
"download": "^8.0.0",
"transifex": "1.6.6"
},
"bin": {
"build-i18n-src": "scripts/build-i18n-src.js",
"tx-push-src": "scripts/tx-push-src.js"
}
},
"node_modules/scratch-gui/node_modules/scratch-paint": {
"version": "2.1.17",
"resolved": "https://registry.npmjs.org/scratch-paint/-/scratch-paint-2.1.17.tgz",

View file

@ -136,7 +136,7 @@
"regenerator-runtime": "0.13.9",
"sass": "1.49.7",
"sass-loader": "10.4.1",
"scratch-gui": "3.0.0",
"scratch-gui": "3.0.1",
"scratch-l10n": "3.16.20230925032211",
"selenium-webdriver": "4.1.0",
"slick-carousel": "1.6.0",