Merge pull request from scratchfoundation/renovate/scratch-svg-renderer-2.x

fix(deps): update dependency scratch-svg-renderer to v2.5.12
This commit is contained in:
renovate[bot] 2024-10-11 13:18:50 +00:00 committed by GitHub
commit 960584cefa
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": "^1.0.232",
"scratch-sb1-converter": "^1.0.0",
"scratch-storage": "^2.3.5",
"scratch-svg-renderer": "2.5.11",
"scratch-svg-renderer": "2.5.12",
"scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0",
"uuid": "^8.3.2",
@ -21967,9 +21967,9 @@
}
},
"node_modules/scratch-svg-renderer": {
"version": "2.5.11",
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-2.5.11.tgz",
"integrity": "sha512-RZQn86nkTMZqRP85E5sr3+9Ak5UPqheLpTHoav8xqAGNsLBq49YNU42TsWN7ouJu43h/HevymshINjlw9X8iXg==",
"version": "2.5.12",
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-2.5.12.tgz",
"integrity": "sha512-YAQBK9YEM7Kr3zgPbQXDMMQYWVW7MjfSXdX7yl0GaRh6EJ8Gu44qVU2i5vCOugw4Bp5tWbSQxGaRb5OR9eY2ng==",
"license": "BSD-3-Clause",
"dependencies": {
"base64-js": "^1.2.1",

View file

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