chore: update dependencies and add type definitions for long, node-cache, qrcode, and uuid

This commit is contained in:
Francisco Pessano
2025-08-14 16:39:15 +00:00
committed by GitHub
parent 93236f6c6f
commit 84fcd13907
2 changed files with 116 additions and 47 deletions

View File

@@ -44,6 +44,7 @@
"axios": "^1.6.0",
"libsignal": "github:WhiskeySockets/libsignal-node",
"lodash": "^4.17.21",
"long": "^5.3.2",
"music-metadata": "^7.12.3",
"pino": "^9.6",
"protobufjs": "^7.2.4",
@@ -51,7 +52,11 @@
},
"devDependencies": {
"@types/jest": "^27.5.1",
"@types/node": "^16.0.0",
"@types/long": "^5.0.0",
"@types/node": "^20.0.0",
"@types/node-cache": "^4.2.5",
"@types/qrcode": "^1.5.5",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",