From ca69786579df6c933487800ef6f1d72e1140bb96 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 14 Feb 2026 13:00:10 +0000 Subject: [PATCH] Update protobufjs to v8.0.0 and protobufjs-cli to v2.0.0 - Updated protobufjs from ^7.2.4 to ^8.0.0 - Updated protobufjs-cli from ^1.1.3 to ^2.0.0 - This resolves peer dependency conflicts - Use --legacy-peer-deps flag when installing https://claude.ai/code/session_015R3U3kiprQiNTTNNt31Sg6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d8c6ef59..4d5c23d1 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "p-queue": "^9.0.0", "pino": "^10.3.1", "prom-client": "^15.1.3", - "protobufjs": "^7.2.4", + "protobufjs": "^8.0.0", "whatsapp-rust-bridge": "0.5.2", "ws": "^8.13.0" }, @@ -79,7 +79,7 @@ "open": "^11.0.0", "pino-pretty": "^13.1.1", "prettier": "^3.8.1", - "protobufjs-cli": "^1.1.3", + "protobufjs-cli": "^2.0.0", "release-it": "^19.2.4", "ts-jest": "^29.4.0", "tsc-esm-fix": "^3.1.2",