fix(deps): update dependency scratch-svg-renderer to v3.0.57

This commit is contained in:
renovate[bot] 2025-02-05 18:05:04 +00:00 committed by GitHub
parent 3a4c883aab
commit 5b1fcd82fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -27,7 +27,7 @@
"scratch-render": "^2.0.0",
"scratch-sb1-converter": "^2.0.0",
"scratch-storage": "^4.0.0",
"scratch-svg-renderer": "3.0.56",
"scratch-svg-renderer": "3.0.57",
"scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0",
"uuid": "^8.3.2",
@ -20292,9 +20292,9 @@
"license": "MIT"
},
"node_modules/scratch-svg-renderer": {
"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==",
"version": "3.0.57",
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.57.tgz",
"integrity": "sha512-sDgM7vG4oZp6SCANMHV9we2BU+nU6iiUX01KlUSc1r2jc1rOEQFafoykRSXyUeNuvNrhhcvrtskFqUiSyMtZqQ==",
"license": "AGPL-3.0-only",
"dependencies": {
"base64-js": "^1.2.1",

View file

@ -71,7 +71,7 @@
"scratch-render": "^2.0.0",
"scratch-sb1-converter": "^2.0.0",
"scratch-storage": "^4.0.0",
"scratch-svg-renderer": "3.0.56",
"scratch-svg-renderer": "3.0.57",
"scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0",
"uuid": "^8.3.2",