fix: mirror qrcode runtime dependency

This commit is contained in:
Peter Steinberger
2026-05-01 12:12:01 +01:00
parent 7ca272c601
commit f3efcb4fd3
4 changed files with 1 additions and 5 deletions

View File

@@ -7,7 +7,6 @@
"@whiskeysockets/baileys": "7.0.0-rc.9",
"https-proxy-agent": "^9.0.0",
"jimp": "^1.6.1",
"qrcode": "1.5.4",
"typebox": "1.1.34",
"undici": "8.1.0"
},

View File

@@ -1766,6 +1766,7 @@
"jszip",
"markdown-it",
"openai",
"qrcode",
"semver",
"sqlite-vec",
"tar",

3
pnpm-lock.yaml generated
View File

@@ -1458,9 +1458,6 @@ importers:
jimp:
specifier: ^1.6.1
version: 1.6.1
qrcode:
specifier: 1.5.4
version: 1.5.4
typebox:
specifier: 1.1.34
version: 1.1.34

View File

@@ -13,7 +13,6 @@ describe("mirrored root runtime dependency drift guard", () => {
"file-type", // available transitively via mirrored deps
"ipaddr.js", // available transitively via mirrored deps
"proxy-agent", // available transitively via mirrored deps
"qrcode", // QR setup flows stage this through the owning channel plugin, not the root mirror
"typescript", // CLI/dev only (api-baseline, jiti-runtime-api)
]);