Update eris to v0.11.0. Update knub-command-manager to v6.1.0.

master
Dragory 2019-10-26 11:54:43 +03:00
parent a7a2e3c55e
commit 878276ff24
2 changed files with 16 additions and 16 deletions

28
package-lock.json generated
View File

@ -150,9 +150,9 @@
"dev": true
},
"async-limiter": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
"integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
},
"asynckit": {
"version": "0.4.0",
@ -645,13 +645,13 @@
"dev": true
},
"eris": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/eris/-/eris-0.10.0.tgz",
"integrity": "sha512-xAvmD4wsE5mwuiP+wy8RiarjiuwCylSsglKqru4J4sk0/WGOnSOfEZf43YLx/TcF4J1D4B2VMTq38446Bk1x1Q==",
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/eris/-/eris-0.11.0.tgz",
"integrity": "sha512-fPLQj1BuOb4b5jQFAhoxLMjkmgFq53o9H8Q78dFXIUBVX9k2AbKO93MzstMfZi4UqaSI2Oz52RaM9kAsr7eJNg==",
"requires": {
"opusscript": "^0.0.4",
"tweetnacl": "^1.0.0",
"ws": "^6.0.0"
"ws": "^7.1.2"
}
},
"error-ex": {
@ -1838,9 +1838,9 @@
}
},
"knub-command-manager": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/knub-command-manager/-/knub-command-manager-3.1.3.tgz",
"integrity": "sha512-yu7e38uMJMw+efOyLRrwTA+V2NzdeS7IOM6eR+jF/5/G8uh7srQTzsIfOp3SM2JnxfZc0JkvSCXlw0+2KbUMKg==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/knub-command-manager/-/knub-command-manager-6.1.0.tgz",
"integrity": "sha512-Bn//fk3ZKUNoJ+p0fNdUfbcyzTUdWHGaP12irSy8U1lfxy3pBrOZZsc0tpIkBFLpwLWw/VxHInX1x2b6MFhn0Q==",
"requires": {
"escape-string-regexp": "^2.0.0"
},
@ -3578,11 +3578,11 @@
}
},
"ws": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
"integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.0.tgz",
"integrity": "sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg==",
"requires": {
"async-limiter": "~1.0.0"
"async-limiter": "^1.0.0"
}
},
"y18n": {

View File

@ -15,11 +15,11 @@
"url": "https://github.com/Dragory/modmailbot"
},
"dependencies": {
"eris": "^0.10.0",
"eris": "^0.11.0",
"humanize-duration": "^3.12.1",
"json5": "^1.0.1",
"knex": "^0.15.2",
"knub-command-manager": "^3.1.3",
"knub-command-manager": "^6.1.0",
"mime": "^2.3.1",
"moment": "^2.21.0",
"mv": "^2.1.1",