mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
Update dependencies
This commit is contained in:
parent
69900f3652
commit
cb22f8efea
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -26,7 +26,7 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/hydrabolt/discord.js#readme",
|
"homepage": "https://github.com/hydrabolt/discord.js#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"superagent": "^1.5.0",
|
"superagent": "^2.2.0",
|
||||||
"tweetnacl": "^0.14.3",
|
"tweetnacl": "^0.14.3",
|
||||||
"ws": "^1.1.1",
|
"ws": "^1.1.1",
|
||||||
"opusscript": "^0.0.1"
|
"opusscript": "^0.0.1"
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
"eslint": "^3.4.0"
|
"eslint": "^3.4.0"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"node-opus": "^0.1.13"
|
"node-opus": "^0.2.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.0.0"
|
"node": ">=6.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue