mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
fix(deps): update dependency scratch-svg-renderer to v2.3.65
This commit is contained in:
parent
2bb5f788a2
commit
91d2023dfc
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -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.64",
|
||||
"scratch-svg-renderer": "2.3.65",
|
||||
"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.64",
|
||||
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-2.3.64.tgz",
|
||||
"integrity": "sha512-qYAs2MtMZch/nMgVTvLfvGIxJLfTPCCZjQfR7bblp0SwW9voiOhS70AJzjKo+dZeDp1+s9svZUoavcTP4kDI6g==",
|
||||
"version": "2.3.65",
|
||||
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-2.3.65.tgz",
|
||||
"integrity": "sha512-fxIObBGE1yxTcBDXmW7vwE23wUoqdbnitYjLb+8752aZioy4Tac0VcpVhvspdGY+vA6ovVFIAtgxHuxSB3U9fQ==",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"base64-js": "^1.2.1",
|
||||
|
|
|
@ -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.64",
|
||||
"scratch-svg-renderer": "2.3.65",
|
||||
"scratch-translate-extension-languages": "^1.0.0",
|
||||
"text-encoding": "^0.7.0",
|
||||
"uuid": "^8.3.2",
|
||||
|
|
Loading…
Reference in a new issue