From 55c845af71dcbcc3f5c2d6003eab95f9d4b7f050 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Tue, 24 Jun 2025 18:21:10 -0400 Subject: [PATCH] bump protobuf version --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index fdab5dc..0bac6ec 100644 --- a/deno.json +++ b/deno.json @@ -8,7 +8,7 @@ ], "imports": { "@bufbuild/protobuf": "npm:@bufbuild/protobuf@^2.2.3", - "@meshtastic/protobufs": "jsr:@meshtastic/protobufs@^2.6.2", + "@meshtastic/protobufs": "jsr:@meshtastic/protobufs@^2.7.0", "@types/node": "npm:@types/node@^22.13.10", "ste-simple-events": "npm:ste-simple-events@^3.0.11", "tslog": "npm:tslog@^4.9.3"