update dependencies

This commit is contained in:
Isaac 2022-10-18 14:58:30 +01:00
parent 8176293089
commit 90c0521e35
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -34,7 +34,7 @@
"node": ">=18.0" "node": ">=18.0"
}, },
"dependencies": { "dependencies": {
"@discord-tickets/settings": "^1.1.3", "@discord-tickets/settings": "^1.1.4",
"@eartharoid/dbf": "^0.3.3", "@eartharoid/dbf": "^0.3.3",
"@eartharoid/dtf": "^2.0.1", "@eartharoid/dtf": "^2.0.1",
"@eartharoid/i18n": "^1.1.0", "@eartharoid/i18n": "^1.1.0",
@ -45,10 +45,10 @@
"@fastify/oauth2": "^5.1.0", "@fastify/oauth2": "^5.1.0",
"@prisma/client": "^4.4.0", "@prisma/client": "^4.4.0",
"cryptr": "^6.0.3", "cryptr": "^6.0.3",
"discord.js": "^14.5.0", "discord.js": "^14.6.0",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"express": "^4.18.1", "express": "^4.18.2",
"fastify": "^4.7.0", "fastify": "^4.9.2",
"figlet": "^1.5.2", "figlet": "^1.5.2",
"fs-extra": "^10.1.0", "fs-extra": "^10.1.0",
"keyv": "^4.5.0", "keyv": "^4.5.0",
@ -64,15 +64,15 @@
"yaml": "^1.10.2" "yaml": "^1.10.2"
}, },
"devDependencies": { "devDependencies": {
"all-contributors-cli": "^6.23.0", "all-contributors-cli": "^6.24.0",
"eslint": "^8.24.0", "eslint": "^8.25.0",
"eslint-plugin-unused-imports": "^2.0.0", "eslint-plugin-unused-imports": "^2.0.0",
"nodemon": "^2.0.20" "nodemon": "^2.0.20"
}, },
"optionalDependencies": { "optionalDependencies": {
"bufferutil": "^4.0.6", "bufferutil": "^4.0.7",
"erlpack": "github:discord/erlpack", "erlpack": "github:discord/erlpack",
"utf-8-validate": "^5.0.9", "utf-8-validate": "^5.0.10",
"zlib-sync": "^0.1.7" "zlib-sync": "^0.1.7"
} }
} }