Skip to content

Commit

Permalink
dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jrCleber committed Oct 24, 2024
1 parent 17bcf68 commit d876891
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"@prisma/client": "^5.19.1",
"@whiskeysockets/baileys": "^6.7.8",
"@whiskeysockets/baileys": "^6.7.9",
"axios": "^1.7.7",
"class-validator": "^0.14.0",
"cross-env": "^7.0.3",
Expand All @@ -54,6 +54,7 @@
"express": "^4.21.0",
"express-async-errors": "^3.1.1",
"express-session": "^1.17.3",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.0",
"hbs": "^4.2.0",
"join": "^3.0.0",
Expand All @@ -70,6 +71,7 @@
"pino-pretty": "^11.0.0",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.33.5",
"swagger-ui-express": "^5.0.1",
"ulid": "^2.3.0",
"ws": "^8.18.0",
Expand All @@ -78,13 +80,14 @@
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/express-session": "^1.17.10",
"@types/fluent-ffmpeg": "^2.1.26",
"@types/js-yaml": "^4.0.9",
"@types/jsonwebtoken": "^9.0.5",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.12",
"@types/node": "^22.5.4",
"@types/node": "^22.7.9",
"@types/qrcode": "^1.5.5",
"@types/qrcode-terminal": "^0.12.2",
"@types/swagger-ui-express": "^4.1.6",
Expand Down

0 comments on commit d876891

Please sign in to comment.