build: bump discord.js version and update dependencies

Co-authored-by: @donzee529
Co-authored-by: @PuneetGopinath
This commit is contained in:
Isaac 2021-08-16 14:59:14 +01:00
parent 7adc2fcae6
commit 36ad172d23
No known key found for this signature in database
GPG Key ID: 87B9B6BD04EB7534
2 changed files with 975 additions and 407 deletions

View File

@ -1,18 +1,18 @@
{ {
"name": "@eartharoid/discord-tickets", "name": "@eartharoid/discord-tickets",
"version": "3.0.0", "version": "3.1.0",
"private": true, "private": true,
"description": "An open-source Discord bot for ticket management", "description": "An open-source Discord bot for ticket management",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"contributors:add": "all-contributors add", "contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate", "contributors:generate": "all-contributors generate",
"lint": "eslint src --fix", "lint": "eslint src --fix",
"start": "node src/", "start": "node src/",
"test": "echo \"Nothing to test! Run with 'npm start'\" && exit 1" "test": "echo \"Nothing to test! Run with 'npm start'\" && exit 1"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=16.6"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -32,33 +32,33 @@
"funding": "https://github.com/discord-tickets/bot/?sponsor=1", "funding": "https://github.com/discord-tickets/bot/?sponsor=1",
"dependencies": { "dependencies": {
"@eartharoid/i18n": "^1.0.0", "@eartharoid/i18n": "^1.0.0",
"boxen": "^5.0.0", "boxen": "^5.0.1",
"command-line-args": "^5.1.1", "command-line-args": "^5.2.0",
"cryptr": "^6.0.2", "cryptr": "^6.0.2",
"discord.js": "^12.5.1", "discord.js": "^13.1.0",
"dotenv": "^8.2.0", "dotenv": "^8.6.0",
"jsonschema": "^1.4.0", "jsonschema": "^1.4.0",
"keyv": "^4.0.3", "keyv": "^4.0.3",
"leeks.js": "^0.2.2", "leeks.js": "^0.2.2",
"leekslazylogger-fastify": "^0.1.1", "leekslazylogger-fastify": "^0.1.1",
"mustache": "^4.2.0", "mustache": "^4.2.0",
"node-emoji": "^1.10.0", "node-emoji": "^1.11.0",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"semver": "^7.3.4", "semver": "^7.3.5",
"sequelize": "^6.5.0", "sequelize": "^6.6.5",
"string-argv": "^0.3.1", "string-argv": "^0.3.1",
"terminal-link": "^2.1.1", "terminal-link": "^2.1.1",
"to-time-monthsfork": "^1.1.4" "to-time-monthsfork": "^1.1.4"
}, },
"devDependencies": { "devDependencies": {
"all-contributors-cli": "^6.20.0", "all-contributors-cli": "^6.20.0",
"eslint": "^7.21.0", "eslint": "^7.32.0",
"mariadb": "^2.5.2", "mariadb": "^2.5.4",
"mysql2": "^2.2.5", "mysql2": "^2.3.0",
"nodemon": "^2.0.7", "nodemon": "^2.0.12",
"pg": "^8.5.1", "pg": "^8.7.1",
"pg-hstore": "^2.3.3", "pg-hstore": "^2.3.4",
"tedious": "^11.0.3" "tedious": "^11.4.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"sqlite3": "^5.0.2" "sqlite3": "^5.0.2"

File diff suppressed because it is too large Load Diff