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

fix(deps): update dependency scratch-svg-renderer to v2.3.21
This commit is contained in:
renovate[bot] 2024-04-14 16:20:56 +00:00 committed by GitHub
commit 92150a2d57
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.20",
"scratch-svg-renderer": "2.3.21",
"scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0",
"uuid": "^8.3.2",
@ -18718,9 +18718,9 @@
}
},
"node_modules/scratch-svg-renderer": {
"version": "2.3.20",
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-2.3.20.tgz",
"integrity": "sha512-xWsLOIANZIV908WFQk0juy3mQ5ajZ9fnuHu005uZSNSzCWyYpefJgHX8B8Vnz16/JWN2IvCpyUwHZkZacSEMdg==",
"version": "2.3.21",
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-2.3.21.tgz",
"integrity": "sha512-ILNA3DBxaWCmnRxPeHJxyDmyEtrggHyvIzSBdCrMZUNDphvZ8VxLEN2zRHImo4ntt/I9md9DivHbniU1AyEsbA==",
"dependencies": {
"base64-js": "^1.2.1",
"base64-loader": "^1.0.0",

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.20",
"scratch-svg-renderer": "2.3.21",
"scratch-translate-extension-languages": "^1.0.0",
"text-encoding": "^0.7.0",
"uuid": "^8.3.2",