Merge branch 'master' into dependabot/npm_and_yarn/array-shuffle-2.0.0

This commit is contained in:
Max Isom 2020-12-03 16:09:09 -05:00
commit f7d3e72864
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
3 changed files with 26 additions and 15 deletions

View file

@ -32,7 +32,7 @@
"@types/node": "^14.14.10",
"@types/node-emoji": "^1.8.1",
"@types/spotify-web-api-node": "^4.0.2",
"@types/validator": "^13.1.0",
"@types/validator": "^13.1.1",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
@ -41,7 +41,7 @@
"eslint-config-xo-typescript": "^0.36.0",
"husky": "^4.3.0",
"nodemon": "^2.0.6",
"ts-node": "^9.0.0",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
},
"eslintConfig": {
@ -91,6 +91,6 @@
"sqlite3": "^5.0.0",
"unique-random-array": "^2.0.0",
"youtube.ts": "^0.1.9",
"ytdl-core": "^4.1.1"
"ytdl-core": "^4.1.2"
}
}