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.60
This commit is contained in:
parent
658c4bf748
commit
f67f323bd7
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.59",
|
||||
"scratch-svg-renderer": "3.0.60",
|
||||
"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.59",
|
||||
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.59.tgz",
|
||||
"integrity": "sha512-p9uj3I8ci50yFqMhkalubp5cpQ1dx0sO2z9ODA9VfjMxQImTht7D6GFX9tDrKshTfNAU12vcjf+xUOlhNANxrw==",
|
||||
"version": "3.0.60",
|
||||
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.60.tgz",
|
||||
"integrity": "sha512-hriev6GGfqmGt+ibHDUz4ftY77e3erRh0dgPENnWHuSSOiv7fFwr136aelOfJseA6lInPKCTzb5JQiMJRbWNOA==",
|
||||
"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.59",
|
||||
"scratch-svg-renderer": "3.0.60",
|
||||
"scratch-translate-extension-languages": "^1.0.0",
|
||||
"text-encoding": "^0.7.0",
|
||||
"uuid": "^8.3.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue