mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Merge pull request #2000 from LLK/greenkeeper/scratch-sb1-converter-0.2.7
Update scratch-sb1-converter to the latest version 🚀
This commit is contained in:
commit
49a891a014
2 changed files with 12 additions and 5 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
@ -12215,13 +12215,20 @@
|
|||
}
|
||||
},
|
||||
"scratch-sb1-converter": {
|
||||
"version": "0.2.6",
|
||||
"resolved": "https://registry.npmjs.org/scratch-sb1-converter/-/scratch-sb1-converter-0.2.6.tgz",
|
||||
"integrity": "sha512-8vouxo89XGDvLKwmic640o3h8oOLVYB4NCFCxio1p30Qp1bHE0AEDjso0JpY5/VqnJfEcLNnDleCUedE0fmMkA==",
|
||||
"version": "0.2.7",
|
||||
"resolved": "https://registry.npmjs.org/scratch-sb1-converter/-/scratch-sb1-converter-0.2.7.tgz",
|
||||
"integrity": "sha512-MF1NzmRLbgCiq7wiSTuk2C9rQC8uM5Wj7SaYsn1SEMWNK9rtK0uc3LSm8FnEt14QS/1Icx2YgMsUPKR0HaPDdQ==",
|
||||
"requires": {
|
||||
"js-md5": "0.7.3",
|
||||
"minilog": "3.1.0",
|
||||
"text-encoding": "0.6.4"
|
||||
"text-encoding": "^0.7.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"text-encoding": {
|
||||
"version": "0.7.0",
|
||||
"resolved": "https://registry.npmjs.org/text-encoding/-/text-encoding-0.7.0.tgz",
|
||||
"integrity": "sha512-oJQ3f1hrOnbRLOcwKz0Liq2IcrvDeZRHXhd9RgLrsT+DjWY/nty1Hi7v3dtkaEYbPYe0mUoOfzRrMwfXXwgPUA=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"scratch-storage": {
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"minilog": "3.1.0",
|
||||
"nets": "3.2.0",
|
||||
"scratch-parser": "4.3.5",
|
||||
"scratch-sb1-converter": "0.2.6",
|
||||
"scratch-sb1-converter": "0.2.7",
|
||||
"scratch-translate-extension-languages": "0.0.20181205140428",
|
||||
"socket.io-client": "2.0.4",
|
||||
"text-encoding": "0.6.4",
|
||||
|
|
Loading…
Reference in a new issue