mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +00:00
fix: updated WWebJS to fix sending media messages
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@sentry/node": "5.20.1",
|
||||
"@sentry/node": "5.21.4",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"cors": "^2.8.5",
|
||||
"date-fns": "^2.15.0",
|
||||
@@ -27,13 +27,13 @@
|
||||
"multer": "^1.4.2",
|
||||
"mysql2": "^2.1.0",
|
||||
"qrcode-terminal": "^0.12.0",
|
||||
"sequelize": "^5.21.13",
|
||||
"sequelize": "^6.3.4",
|
||||
"socket.io": "^2.3.0",
|
||||
"whatsapp-web.js": "^1.7.0",
|
||||
"whatsapp-web.js": "^1.8.0",
|
||||
"youch": "^2.0.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.4",
|
||||
"sequelize-cli": "^5.5.1"
|
||||
"sequelize-cli": "^6.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user