mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-04-18 10:15:48 -04:00
fix(deps): update dependency scratch-svg-renderer to v3.0.89
This commit is contained in:
parent
2a47443006
commit
fc8ffaf66c
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -27,7 +27,7 @@
|
|||
"scratch-render": "^2.0.0",
|
||||
"scratch-sb1-converter": "^2.0.0",
|
||||
"scratch-storage": "^4.0.0",
|
||||
"scratch-svg-renderer": "3.0.87",
|
||||
"scratch-svg-renderer": "3.0.89",
|
||||
"scratch-translate-extension-languages": "^1.0.0",
|
||||
"text-encoding": "^0.7.0",
|
||||
"uuid": "^8.3.2",
|
||||
|
@ -20292,9 +20292,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/scratch-svg-renderer": {
|
||||
"version": "3.0.87",
|
||||
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.87.tgz",
|
||||
"integrity": "sha512-hWamVhpuAmHStuZPORS2+YOqS3n9HAlMXzi9zYd6U55bggrQEsDFc3A7KCIbOIl3DUX60b0n+7hmtoHeOmTVnA==",
|
||||
"version": "3.0.89",
|
||||
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.89.tgz",
|
||||
"integrity": "sha512-ap9JqxqQ/CJ1MRt8nspROp7sy15SKJ1BNrNsw1wbQ7YYcNAehTB2Fp0V1U304OCUyNHk1T8fM95f3pAUQbuJaw==",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"base64-js": "^1.2.1",
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"scratch-render": "^2.0.0",
|
||||
"scratch-sb1-converter": "^2.0.0",
|
||||
"scratch-storage": "^4.0.0",
|
||||
"scratch-svg-renderer": "3.0.87",
|
||||
"scratch-svg-renderer": "3.0.89",
|
||||
"scratch-translate-extension-languages": "^1.0.0",
|
||||
"text-encoding": "^0.7.0",
|
||||
"uuid": "^8.3.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue