From 2db51d140d1cee7a73c8de62d844e36b609a4b3a Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Tue, 18 Mar 2025 23:00:55 -0400 Subject: [PATCH] updated protobufs --- deno.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 71e6e93..fdab5dc 100644 --- a/deno.json +++ b/deno.json @@ -8,7 +8,8 @@ ], "imports": { "@bufbuild/protobuf": "npm:@bufbuild/protobuf@^2.2.3", - "@meshtastic/protobufs": "jsr:@meshtastic/protobufs@^2.6.0", + "@meshtastic/protobufs": "jsr:@meshtastic/protobufs@^2.6.2", + "@types/node": "npm:@types/node@^22.13.10", "ste-simple-events": "npm:ste-simple-events@^3.0.11", "tslog": "npm:tslog@^4.9.3" }