package: update deps, audio-decode peer

Also removed libphonenumber-js library for efficiency
This commit is contained in:
Rajeh Taher
2025-03-08 23:54:35 +02:00
parent af372f855e
commit bb291ca6ed
2 changed files with 10 additions and 123 deletions

View File

@@ -39,17 +39,15 @@
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@cacheable/node-cache": "^1.4.0",
"@hapi/boom": "^9.1.3",
"@whiskeysockets/eslint-config": "github:whiskeysockets/eslint-config",
"async-lock": "^1.4.1",
"audio-decode": "^2.1.3",
"axios": "^1.6.0",
"cache-manager": "^5.7.6",
"libphonenumber-js": "^1.10.20",
"libsignal": "github:WhiskeySockets/libsignal-node",
"lodash": "^4.17.21",
"music-metadata": "^7.12.3",
"@cacheable/node-cache": "^1.4.0",
"pino": "^9.6",
"protobufjs": "^7.2.4",
"uuid": "^10.0.0",
@@ -74,15 +72,19 @@
"ts-jest": "^27.0.3",
"ts-node": "^10.8.1",
"typedoc": "^0.24.7",
"typescript": "^4.6.4"
"typescript": "^5.8.2"
},
"peerDependencies": {
"audio-decode": "^2.1.3",
"jimp": "^0.16.1",
"link-preview-js": "^3.0.0",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.32.6"
},
"peerDependenciesMeta": {
"audio-decode": {
"optional": true
},
"jimp": {
"optional": true
},