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:
Karishma Chadha 2019-03-04 12:35:43 -05:00 committed by GitHub
commit 49a891a014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View file

@ -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": {

View file

@ -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",