fix(deps): update dependency scratch-blocks to v1.1.1

This commit is contained in:
renovate[bot] 2024-01-25 22:37:19 +00:00 committed by GitHub
parent 91133aebd9
commit 831d265246
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 44 deletions

52
package-lock.json generated
View file

@ -52,7 +52,7 @@
"lodash.defaultsdeep": "4.6.1",
"pngjs": "3.3.3",
"scratch-audio": "1.0.0",
"scratch-blocks": "1.1.0",
"scratch-blocks": "1.1.1",
"scratch-l10n": "3.18.1",
"scratch-render": "1.0.0",
"scratch-render-fonts": "1.0.0-prerelease.20231017225105",
@ -24583,34 +24583,16 @@
}
},
"node_modules/scratch-blocks": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.0.tgz",
"integrity": "sha512-rqIlBr5ZZtxWMkK7TiQU+NBZQTbwcBCyTVYqDkYkdcFxo9hvmGDJhThgtCj3PpNqxk5z7oSifANJJWTna7ruNw==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.1.tgz",
"integrity": "sha512-fy1noGL/9QYI8bZMt3dMPTJAH9usHPF5wZeykd9o78dbs7prA7+186Y40EXSMT9wdKgewXh8LI3jSU6b8QhRhQ==",
"dev": true,
"dependencies": {
"chromedriver": "^118.0.1",
"exports-loader": "0.7.0",
"google-closure-library": "20190301.0.0",
"imports-loader": "0.8.0",
"scratch-l10n": "3.18.0"
}
},
"node_modules/scratch-blocks/node_modules/scratch-l10n": {
"version": "3.18.0",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.0.tgz",
"integrity": "sha512-OTEvk5h3qerPgi9ZsRQusj+LZTq9SgcbFZdZS4PGcMAzdexAz8jhQJu0XPacdVJMgCrF3KpNgngrcP1Wj20I4Q==",
"dev": true,
"dependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@transifex/api": "4.3.0",
"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"
"scratch-l10n": "3.18.1"
}
},
"node_modules/scratch-l10n": {
@ -51669,32 +51651,16 @@
}
},
"scratch-blocks": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.0.tgz",
"integrity": "sha512-rqIlBr5ZZtxWMkK7TiQU+NBZQTbwcBCyTVYqDkYkdcFxo9hvmGDJhThgtCj3PpNqxk5z7oSifANJJWTna7ruNw==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.1.tgz",
"integrity": "sha512-fy1noGL/9QYI8bZMt3dMPTJAH9usHPF5wZeykd9o78dbs7prA7+186Y40EXSMT9wdKgewXh8LI3jSU6b8QhRhQ==",
"dev": true,
"requires": {
"chromedriver": "^118.0.1",
"exports-loader": "0.7.0",
"google-closure-library": "20190301.0.0",
"imports-loader": "0.8.0",
"scratch-l10n": "3.18.0"
},
"dependencies": {
"scratch-l10n": {
"version": "3.18.0",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.0.tgz",
"integrity": "sha512-OTEvk5h3qerPgi9ZsRQusj+LZTq9SgcbFZdZS4PGcMAzdexAz8jhQJu0XPacdVJMgCrF3KpNgngrcP1Wj20I4Q==",
"dev": true,
"requires": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@transifex/api": "4.3.0",
"babel-plugin-react-intl": "^3.0.1",
"download": "^8.0.0",
"transifex": "1.6.6"
}
}
"scratch-l10n": "3.18.1"
}
},
"scratch-l10n": {

View file

@ -87,7 +87,7 @@
"lodash.defaultsdeep": "4.6.1",
"pngjs": "3.3.3",
"scratch-audio": "1.0.0",
"scratch-blocks": "1.1.0",
"scratch-blocks": "1.1.1",
"scratch-l10n": "3.18.1",
"scratch-render": "1.0.0",
"scratch-render-fonts": "1.0.0-prerelease.20231017225105",