Skip to content

Commit dd9edb4

Browse files
committed
chore(deps): upgrade baileys to 7.0.0-rc14 and patch vulnerable transitive deps
1 parent dada35f commit dd9edb4

3 files changed

Lines changed: 542 additions & 94 deletions

File tree

.changeset/baileys-rc14.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'zaileys': patch
3+
---
4+
5+
Upgrade baileys to 7.0.0-rc14 (pulls patched `ws` 8.21.0, newer WhatsApp Web version, and a profile-picture tc-token fix), bump `jimp` to `^1.6.1` to satisfy the new peer range, update `valibot` to `^1.4.2`, and pin `protobufjs` to `^7.6.5` via a pnpm override.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@
8484
"@ffprobe-installer/ffprobe": "^2.1.2",
8585
"async-mutex": "^0.5.0",
8686
"audio-decode": "^2.2.3",
87-
"baileys": "^7.0.0-rc13",
87+
"baileys": "^7.0.0-rc14",
8888
"file-type": "^21.1.1",
89-
"jimp": "^1.6.0",
89+
"jimp": "^1.6.1",
9090
"lru-cache": "^11.2.7",
9191
"nanospinner": "^1.2.2",
9292
"node-webpmux": "^3.2.1",
9393
"pino": "10.3.1",
9494
"qrcode-terminal": "0.12.0",
95-
"valibot": "^1.2.0"
95+
"valibot": "^1.4.2"
9696
},
9797
"packageManager": "pnpm@10.24.0",
9898
"engines": {
@@ -121,7 +121,10 @@
121121
"pnpm": {
122122
"onlyBuiltDependencies": [
123123
"better-sqlite3"
124-
]
124+
],
125+
"overrides": {
126+
"protobufjs": "^7.6.5"
127+
}
125128
},
126129
"exports": {
127130
".": {

0 commit comments

Comments
 (0)