Update dependencies

This commit is contained in:
Darren Clarke 2024-11-25 09:31:25 +01:00
parent 48aa89f7cf
commit 7ad25e8a95
49 changed files with 2116 additions and 1699 deletions

View file

@ -1,26 +1,26 @@
{
"name": "@link-stack/bridge-whatsapp",
"version": "2.2.0",
"version": "2.3.4",
"main": "build/main/index.js",
"author": "Darren Clarke <darren@redaranj.com>",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@adiwajshing/keyed-db": "0.2.4",
"@hapi/hapi": "^21.3.10",
"@hapi/hapi": "^21.3.12",
"@hapipal/schmervice": "^3.0.0",
"@hapipal/toys": "^4.0.0",
"@whiskeysockets/baileys": "^6.7.8",
"@whiskeysockets/baileys": "^6.7.9",
"hapi-pino": "^12.1.0",
"link-preview-js": "^3.0.5"
"link-preview-js": "^3.0.12"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/jest-config": "*",
"@link-stack/typescript-config": "*",
"@types/node": "*",
"dotenv-cli": "^7.4.2",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
"dotenv-cli": "^7.4.4",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"scripts": {
"build": "tsc -p tsconfig.json",