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

This commit is contained in:
renovate[bot] 2024-12-06 18:47:31 +00:00 committed by GitHub
parent 1dc0036eda
commit 59115803d1
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

@ -26,7 +26,7 @@
"scratch-render": "^2.0.0",
"scratch-sb1-converter": "^2.0.0",
"scratch-storage": "^2.3.5",
"scratch-svg-renderer": "3.0.8",
"scratch-svg-renderer": "3.0.10",
"scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0",
"uuid": "^8.3.2",
@ -21804,9 +21804,9 @@
}
},
"node_modules/scratch-svg-renderer": {
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.8.tgz",
"integrity": "sha512-dh0DB7JcHM0OWnfIofRkpOJ2cOIKV6je1hziSAzewGFVvTTnf5fw/Vs/AZa/oatfkKfit4I7FEVpTndryxo06g==",
"version": "3.0.10",
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.10.tgz",
"integrity": "sha512-Fgq4UL99EC+TtKz6jfvaTgniv43acMinAHJoSzM1ih/9vSR2RK9ABTzBE7zMFNJQnQh/1UtnkyK9BocSnqQM5Q==",
"license": "AGPL-3.0-only",
"dependencies": {
"base64-js": "^1.2.1",

View file

@ -70,7 +70,7 @@
"scratch-render": "^2.0.0",
"scratch-sb1-converter": "^2.0.0",
"scratch-storage": "^2.3.5",
"scratch-svg-renderer": "3.0.8",
"scratch-svg-renderer": "3.0.10",
"scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0",
"uuid": "^8.3.2",