From 06ba1fd17bddc68f5dd50bda98cef92e8c106f4f Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Wed, 12 Jun 2024 18:56:17 -0300 Subject: [PATCH] chore: update baileys version in package.json Updated the baileys version in package.json to ensure compatibility with the latest features and bug fixes. This change is necessary to maintain the stability and performance of the application. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f90d17d14..45a5685b0 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@hapi/boom": "^10.0.1", "@prisma/client": "^5.15.0", "@sentry/node": "^7.59.2", - "@whiskeysockets/baileys": "6.7.4", + "@whiskeysockets/baileys": "6.7.5", "amqplib": "^0.10.3", "axios": "^1.6.5", "class-validator": "^0.14.1",