diff --git a/package.json b/package.json index 7e648f0..642cbd8 100644 --- a/package.json +++ b/package.json @@ -7,18 +7,16 @@ "start": "node index.js" }, "author": "TRABY CASPER", - "license": "GPL-3.0 license", + "license": "GPL-3.0", "dependencies": { - "@whiskeysockets/baileys": "npm:baileys@^6.7.21", + "@whiskeysockets/baileys": "^6.7.9", "bcryptjs": "^3.0.3", - "body-parser": "^2.2.2", - "express": "^5.2.1", - "fs": "*", + "body-parser": "^1.20.3", + "express": "^4.21.2", "gifted-btns": "^1.0.2", - "path": "*", - "pino": "^10.3.1", - "pino-pretty": "^13.1.3", - "pm2": "^6.0.14", + "pino": "^9.6.0", + "pino-pretty": "^13.0.0", + "pm2": "^5.4.3", "qrcode": "^1.5.4" } }