Update to dev version of eris to resolve some crashes

master
Dragory 2019-06-05 00:50:02 +03:00
parent aeb227f301
commit 19c5c048f2
2 changed files with 9 additions and 10 deletions

17
package-lock.json generated
View File

@ -708,9 +708,8 @@
}
},
"eris": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/eris/-/eris-0.9.0.tgz",
"integrity": "sha512-U3/fv/wF2nA7Pc003v2cMXfTXvz8OySZYE21Zpx3ipm5sKbHWjcwDGdNXbp2Nb7fUip/IIjA/5540YDcqyQSvQ==",
"version": "github:abalabahaha/eris#3f35fb81e38879dd57b06f49a4b206861931e4d0",
"from": "github:abalabahaha/eris#dev",
"requires": {
"opusscript": "^0.0.4",
"tweetnacl": "^1.0.0",
@ -3351,9 +3350,9 @@
}
},
"tweetnacl": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.0.tgz",
"integrity": "sha1-cT2LgY2kIGh0C/aDhtBHnmb8ins=",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.1.tgz",
"integrity": "sha512-kcoMoKTPYnoeS50tzoqjPY3Uv9axeuuFAZY9M/9zFnhoVvRfxz9K29IMPD7jGmt2c8SW7i3gT9WqDl2+nV7p4A==",
"optional": true
},
"type-check": {
@ -3576,9 +3575,9 @@
}
},
"ws": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.0.0.tgz",
"integrity": "sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==",
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
"integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
"requires": {
"async-limiter": "~1.0.0"
}

View File

@ -11,7 +11,7 @@
},
"author": "",
"dependencies": {
"eris": "^0.9.0",
"eris": "github:abalabahaha/eris#dev",
"humanize-duration": "^3.12.1",
"json5": "^1.0.1",
"knex": "^0.15.2",