mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-22 20:19:05 -04:00
Merge pull request #5395 from scratchfoundation/renovate/scratch-svg-renderer-3.x
fix(deps): update dependency scratch-svg-renderer to v3.0.106
This commit is contained in:
commit
1a7ab0924d
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-render": "^2.0.0",
|
||||||
"scratch-sb1-converter": "^2.0.0",
|
"scratch-sb1-converter": "^2.0.0",
|
||||||
"scratch-storage": "^4.0.0",
|
"scratch-storage": "^4.0.0",
|
||||||
"scratch-svg-renderer": "3.0.105",
|
"scratch-svg-renderer": "3.0.106",
|
||||||
"scratch-translate-extension-languages": "^1.0.0",
|
"scratch-translate-extension-languages": "^1.0.0",
|
||||||
"text-encoding": "^0.7.0",
|
"text-encoding": "^0.7.0",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
|
@ -20305,9 +20305,9 @@
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/scratch-svg-renderer": {
|
"node_modules/scratch-svg-renderer": {
|
||||||
"version": "3.0.105",
|
"version": "3.0.106",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.105.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.106.tgz",
|
||||||
"integrity": "sha512-0+ZTF0oQAPh5rKcGThsEYLJyMLhDIRwpe8zCxktsQeUHk2sRizasVZLCGx60ZsTnONyyKMgs07yTv4G7u6GXag==",
|
"integrity": "sha512-OOrAfbmCs6k2LSv0lwnOdRKZdgTE0IglgNW1tK5ZhDCkNcKp/DrfwAb4376LPB0aZHlixMdsdP9mDP8qiyaNVQ==",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"base64-js": "^1.2.1",
|
"base64-js": "^1.2.1",
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
"scratch-render": "^2.0.0",
|
"scratch-render": "^2.0.0",
|
||||||
"scratch-sb1-converter": "^2.0.0",
|
"scratch-sb1-converter": "^2.0.0",
|
||||||
"scratch-storage": "^4.0.0",
|
"scratch-storage": "^4.0.0",
|
||||||
"scratch-svg-renderer": "3.0.105",
|
"scratch-svg-renderer": "3.0.106",
|
||||||
"scratch-translate-extension-languages": "^1.0.0",
|
"scratch-translate-extension-languages": "^1.0.0",
|
||||||
"text-encoding": "^0.7.0",
|
"text-encoding": "^0.7.0",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue