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

This commit is contained in:
renovate[bot] 2025-03-26 16:41:40 +00:00 committed by GitHub
parent 27b53d8f04
commit 786ac78e63
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-render": "^2.0.0",
"scratch-sb1-converter": "^2.0.0", "scratch-sb1-converter": "^2.0.0",
"scratch-storage": "^4.0.0", "scratch-storage": "^4.0.0",
"scratch-svg-renderer": "3.0.89", "scratch-svg-renderer": "3.0.91",
"scratch-translate-extension-languages": "^1.0.0", "scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0", "text-encoding": "^0.7.0",
"uuid": "^8.3.2", "uuid": "^8.3.2",
@ -20292,9 +20292,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/scratch-svg-renderer": { "node_modules/scratch-svg-renderer": {
"version": "3.0.89", "version": "3.0.91",
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.89.tgz", "resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.91.tgz",
"integrity": "sha512-ap9JqxqQ/CJ1MRt8nspROp7sy15SKJ1BNrNsw1wbQ7YYcNAehTB2Fp0V1U304OCUyNHk1T8fM95f3pAUQbuJaw==", "integrity": "sha512-OmXT+ZI0uPp1kWHwV3LGT005L5XxYBUHFREMaBirjf3RdqawggyVo27W7vaqGO6dCEfFr3ki48zRcpc7VpApgQ==",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
"base64-js": "^1.2.1", "base64-js": "^1.2.1",

View file

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