From 0eba4fd7a22c5fe1b8db8159fb46d6c8b03ebcf5 Mon Sep 17 00:00:00 2001 From: Tanner Stirrat Date: Mon, 14 Apr 2025 09:18:10 -0600 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bdc802..e3c29d4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "build-js-client": "tsc --declaration false --outDir js-dist" }, "dependencies": { - "@grpc/grpc-js": "~1.12.5", + "@grpc/grpc-js": "~1.13.0", "@protobuf-ts/runtime": "^2.9.6", "@protobuf-ts/runtime-rpc": "^2.9.6", "google-protobuf": "^3.21.4"