Merge pull request #493 from allgood/master

typescript, pino-pretty and whatsapp web fixes #486 #483 and #492
This commit is contained in:
Cassio Santos
2022-12-08 05:35:17 -03:00
committed by GitHub

View File

@@ -31,7 +31,7 @@
"mysql2": "^2.2.5",
"pg": "^8.4.1",
"pino": "^6.9.0",
"pino-pretty": "^4.3.0",
"pino-pretty": "~4.7.1",
"qrcode-terminal": "^0.12.0",
"reflect-metadata": "^0.1.13",
"sequelize": "^5.22.3",
@@ -39,7 +39,7 @@
"sequelize-typescript": "^1.1.0",
"socket.io": "^3.0.5",
"uuid": "^8.3.2",
"whatsapp-web.js": "^1.18.0",
"whatsapp-web.js": "^1.18.3",
"yup": "^0.32.8"
},
"devDependencies": {
@@ -55,6 +55,7 @@
"@types/multer": "^1.4.4",
"@types/mustache": "^4.1.2",
"@types/node": "^14.11.8",
"@types/pino-pretty": "~4.7.1",
"@types/supertest": "^2.0.10",
"@types/uuid": "^8.3.3",
"@types/validator": "^13.1.0",
@@ -75,6 +76,6 @@
"supertest": "^5.0.0",
"ts-jest": "^26.4.1",
"ts-node-dev": "^1.0.0-pre.63",
"typescript": "4.0.3"
"typescript": "4.1.6"
}
}