Bump dependencies

This commit is contained in:
Max Isom 2020-08-24 14:53:18 -05:00
parent e927334db6
commit cd4b42a8f6
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
5 changed files with 852 additions and 811 deletions

View file

@ -29,21 +29,21 @@
"@types/debug": "^4.1.5",
"@types/fluent-ffmpeg": "^2.1.14",
"@types/fs-capacitor": "^2.0.0",
"@types/node": "^14.0.6",
"@types/node": "^14.6.0",
"@types/node-emoji": "^1.8.1",
"@types/spotify-web-api-node": "^4.0.1",
"@types/validator": "^13.0.0",
"@types/ws": "^7.2.4",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0",
"eslint-config-xo": "^0.29.1",
"eslint-config-xo-typescript": "^0.29.0",
"@types/validator": "^13.1.0",
"@types/ws": "^7.2.6",
"@typescript-eslint/eslint-plugin": "^3.10.0",
"@typescript-eslint/parser": "^3.10.0",
"eslint": "^7.7.0",
"eslint-config-xo": "^0.32.1",
"eslint-config-xo-typescript": "^0.32.0",
"husky": "^4.2.5",
"nodemon": "^2.0.4",
"reflect-metadata": "^0.1.13",
"ts-node": "^8.10.2",
"typescript": "^3.9.3"
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"eslintConfig": {
"extends": [
@ -70,27 +70,27 @@
"@discordjs/opus": "^0.3.2",
"array-shuffle": "^1.0.1",
"debug": "^4.1.1",
"delay": "^4.3.0",
"discord.js": "^12.2.0",
"delay": "^4.4.0",
"discord.js": "^12.3.1",
"dotenv": "^8.2.0",
"fluent-ffmpeg": "^2.1.2",
"fs-capacitor": "^6.2.0",
"get-youtube-id": "^1.0.1",
"got": "^11.1.4",
"got": "^11.5.2",
"hasha": "^5.2.0",
"inversify": "^5.0.1",
"iso8601-duration": "^1.2.0",
"make-dir": "^3.1.0",
"node-emoji": "^1.10.0",
"p-limit": "^2.3.0",
"p-limit": "^3.0.2",
"sequelize": "^5.21.11",
"sequelize-typescript": "^1.1.0",
"spotify-uri": "^2.0.0",
"spotify-uri": "^2.1.0",
"spotify-web-api-node": "^4.0.0",
"sqlite3": "^4.2.0",
"sqlite3": "^5.0.0",
"unique-random-array": "^2.0.0",
"youtube.ts": "^0.1.3",
"ytdl-core": "^2.1.5",
"ytsr": "^0.1.14"
"youtube.ts": "^0.1.6",
"ytdl-core": "^3.2.2",
"ytsr": "^0.1.21"
}
}