Skip to content

Commit 5054f92

Browse files
authored
fix: Whatsapp Web JS not connecting (#150)
1 parent dcef730 commit 5054f92

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"qrcode-terminal": "^0.12.0",
3939
"serialize-error": "^11.0.0",
4040
"uuid": "^9.0.0",
41-
"whatsapp-web.js": "1.22.1",
41+
"whatsapp-web.js": "^1.22.2-alpha.0",
4242
"zod": "^3.21.4"
4343
},
4444
"type": "module"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2858,10 +2858,10 @@ webidl-conversions@^3.0.0:
28582858
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
28592859
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
28602860

2861-
2862-
version "1.22.1"
2863-
resolved "https://registry.yarnpkg.com/whatsapp-web.js/-/whatsapp-web.js-1.22.1.tgz#40fc8362558650cf06e8ed9df13f35d407ae5e6c"
2864-
integrity sha512-KaGxREc5x3LJmSae0RDIGJRLV+GYl9oy9WL6+MqlLrA2Bi34TGfmCrxb2voUM7RdpCdUp49UkQN/zdEygt4GxA==
2861+
whatsapp-web.js@^1.22.2-alpha.0:
2862+
version "1.22.2-alpha.0"
2863+
resolved "https://registry.yarnpkg.com/whatsapp-web.js/-/whatsapp-web.js-1.22.2-alpha.0.tgz#dce61aaf67bf4c9f27ded45c4c21d33b36d76ced"
2864+
integrity sha512-3UGqkMhCbbzEhUx5pO4JqK/HAqK6h5bbUWfvV2QvJcs8CGeqya5SIjcMAZToBtSG7NXLZgKdqhm+DuWEET9WVw==
28652865
dependencies:
28662866
"@pedroslopez/moduleraid" "^5.0.2"
28672867
fluent-ffmpeg "^2.1.2"

0 commit comments

Comments
 (0)