Skip to content

Commit

Permalink
🚨 **[WIP]** fix: fastify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Nov 16, 2023
1 parent 539ed75 commit 4935a4a
Show file tree
Hide file tree
Showing 17 changed files with 175 additions and 209 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-tickets",
"version": "4.0.10",
"version": "4.0.11",
"private": "true",
"description": "The most popular open-source ticket management bot for Discord.",
"main": "src/",
Expand Down Expand Up @@ -49,15 +49,15 @@
"@eartharoid/dbf": "^0.4.1",
"@eartharoid/dtf": "^2.0.1",
"@eartharoid/i18n": "^1.2.1",
"@fastify/cookie": "^6.0.0",
"@fastify/jwt": "^5.0.1",
"@fastify/oauth2": "^5.1.0",
"@fastify/cookie": "^9.1.0",
"@fastify/jwt": "^7.2.2",
"@fastify/oauth2": "^7.5.0",
"@prisma/client": "^4.16.1",
"boxen": "^7.1.0",
"cryptr": "^6.2.0",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"fastify": "^4.17.0",
"fastify": "^4.24.2",
"figlet": "^1.6.0",
"fs-extra": "^10.1.0",
"keyv": "^4.5.2",
Expand Down
Loading

0 comments on commit 4935a4a

Please sign in to comment.