forked from Supositware/Haha-Yes
Updated some packages
This commit is contained in:
parent
6875604d7c
commit
8bb36f4721
2 changed files with 172 additions and 650 deletions
812
package-lock.json
generated
812
package-lock.json
generated
File diff suppressed because it is too large
Load diff
10
package.json
10
package.json
|
@ -16,10 +16,10 @@
|
||||||
"discord-akairo": "github:1Computer1/discord-akairo#master",
|
"discord-akairo": "github:1Computer1/discord-akairo#master",
|
||||||
"discord.js": "github:discordjs/discord.js#master",
|
"discord.js": "github:discordjs/discord.js#master",
|
||||||
"erlpack": "github:discordapp/erlpack",
|
"erlpack": "github:discordapp/erlpack",
|
||||||
"file-type": "^14.3.0",
|
"file-type": "^14.6.2",
|
||||||
"fluent-ffmpeg": "^2.1.2",
|
"fluent-ffmpeg": "^2.1.2",
|
||||||
"gm": "^1.23.1",
|
"gm": "^1.23.1",
|
||||||
"grpc": "^1.24.1",
|
"grpc": "^1.24.3",
|
||||||
"handbrake-js": "^5.0.0",
|
"handbrake-js": "^5.0.0",
|
||||||
"jimp": "^0.10.3",
|
"jimp": "^0.10.3",
|
||||||
"libsodium-wrappers": "^0.7.6",
|
"libsodium-wrappers": "^0.7.6",
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"node-fetch": "^2.6.0",
|
"node-fetch": "^2.6.0",
|
||||||
"node-opus": "^0.3.3",
|
"node-opus": "^0.3.3",
|
||||||
"safe-regex": "^2.1.1",
|
"safe-regex": "^2.1.1",
|
||||||
"sequelize": "^5.21.8",
|
"sequelize": "^5.21.13",
|
||||||
"sqlite3": "^4.2.0",
|
"sqlite3": "^4.2.0",
|
||||||
"superagent": "^4.1.0",
|
"superagent": "^4.1.0",
|
||||||
"turndown": "^5.0.3",
|
"turndown": "^5.0.3",
|
||||||
|
@ -39,12 +39,12 @@
|
||||||
"youtube-dl": "^1.13.1",
|
"youtube-dl": "^1.13.1",
|
||||||
"ytdl-core": "^0.29.7",
|
"ytdl-core": "^0.29.7",
|
||||||
"ytpplus-node": "git+https://git@github.com/loicbersier/ytpplus-node.git",
|
"ytpplus-node": "git+https://git@github.com/loicbersier/ytpplus-node.git",
|
||||||
"zlib-sync": "^0.1.6"
|
"zlib-sync": "^0.1.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^5.16.0",
|
"eslint": "^5.16.0",
|
||||||
"eslint-config-standard": "^12.0.0",
|
"eslint-config-standard": "^12.0.0",
|
||||||
"eslint-plugin-import": "^2.20.2",
|
"eslint-plugin-import": "^2.21.2",
|
||||||
"eslint-plugin-node": "^8.0.1",
|
"eslint-plugin-node": "^8.0.1",
|
||||||
"eslint-plugin-promise": "^4.2.1",
|
"eslint-plugin-promise": "^4.2.1",
|
||||||
"eslint-plugin-standard": "^4.0.1"
|
"eslint-plugin-standard": "^4.0.1"
|
||||||
|
|
Loading…
Reference in a new issue