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

fix(deps): update dependency scratch-svg-renderer to v2.3.60
This commit is contained in:
renovate[bot] 2024-06-02 12:02:42 +00:00 committed by GitHub
commit 5a5138837a
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.13",
"scratch-sb1-converter": "^1.0.0",
"scratch-storage": "^2.3.5",
"scratch-svg-renderer": "2.3.59",
"scratch-svg-renderer": "2.3.60",
"scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0",
"uuid": "^8.3.2",
@ -18807,9 +18807,9 @@
}
},
"node_modules/scratch-svg-renderer": {
"version": "2.3.59",
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-2.3.59.tgz",
"integrity": "sha512-N6gjQpfmOYavaCkc8yRTn9/80X6AH71faY091+uaZ0Xq0k//90MrFSzmt2J3bJqcI4hJmsKMCpygOfSKP5gg3Q==",
"version": "2.3.60",
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-2.3.60.tgz",
"integrity": "sha512-9VMX3/GnvMXQFMLk6BQoNOO4YlZNAK+cSzHwRbuoNDZDZk3VlRC0/SwjTlzoFZ8S3WxwYh/Q5ep75LyA9b9Hmw==",
"license": "BSD-3-Clause",
"dependencies": {
"base64-js": "^1.2.1",

View file

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