Merge pull request #2054 from scratchfoundation/renovate/scratch-vm-5.x
Some checks are pending
CI/CD / ci-cd (push) Waiting to run

test(deps): update dependency scratch-vm to v5.0.152
This commit is contained in:
renovate[bot] 2025-02-04 21:04:37 +00:00 committed by GitHub
commit 8ce2b4da34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -39,7 +39,7 @@
"scratch-render-fonts": "1.0.159",
"scratch-semantic-release-config": "3.0.0",
"scratch-storage": "4.0.43",
"scratch-vm": "5.0.150",
"scratch-vm": "5.0.152",
"scratch-webpack-configuration": "3.0.0",
"semantic-release": "19.0.5",
"tap": "11.1.5",
@ -20527,9 +20527,9 @@
"license": "MIT"
},
"node_modules/scratch-svg-renderer": {
"version": "3.0.55",
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.55.tgz",
"integrity": "sha512-+CuAr0XPNhfZGgl00wgBeX8fShctJ/GK8RhVBdWEjjKBWchROEr51YuZuAad7mNUDwKvms1OE0Q0fsVfcp/PIw==",
"version": "3.0.56",
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.56.tgz",
"integrity": "sha512-xVJmnDLOLVvFPqIfxrNKRrAc/5KSy8hxf13VsDNiAxxlw/7R2NfJuHb0+39jdwqNZvTO0lhx9ndfJdff8+C7AQ==",
"license": "AGPL-3.0-only",
"dependencies": {
"base64-js": "^1.2.1",
@ -20572,9 +20572,9 @@
"license": "BSD-3-Clause"
},
"node_modules/scratch-vm": {
"version": "5.0.150",
"resolved": "https://registry.npmjs.org/scratch-vm/-/scratch-vm-5.0.150.tgz",
"integrity": "sha512-yQmys3ptpNPMClLpdB+YdrOdrMTL0xDX0phIrmG3o8lai7hJLiovhGIvLBBZVidDT5JH+ShOW6UZfdAQ7KZcBA==",
"version": "5.0.152",
"resolved": "https://registry.npmjs.org/scratch-vm/-/scratch-vm-5.0.152.tgz",
"integrity": "sha512-kTq041U340fhnpsC+JQZxHoPlPzFCNmzCUFm0gHfGgtJkpqIQPUHEnHBJ0+wTa7K+KPbjH4foC0bBq3kVlvqPA==",
"dev": true,
"license": "AGPL-3.0-only",
"dependencies": {
@ -20596,7 +20596,7 @@
"scratch-render": "^2.0.0",
"scratch-sb1-converter": "^2.0.0",
"scratch-storage": "^4.0.0",
"scratch-svg-renderer": "3.0.55",
"scratch-svg-renderer": "3.0.56",
"scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0",
"uuid": "^8.3.2",

View file

@ -71,7 +71,7 @@
"scratch-render-fonts": "1.0.159",
"scratch-semantic-release-config": "3.0.0",
"scratch-storage": "4.0.43",
"scratch-vm": "5.0.150",
"scratch-vm": "5.0.152",
"scratch-webpack-configuration": "3.0.0",
"semantic-release": "19.0.5",
"tap": "11.1.5",