diff --git a/js-dist/package.json b/js-dist/package.json index 6456ead..b35b996 100644 --- a/js-dist/package.json +++ b/js-dist/package.json @@ -22,7 +22,7 @@ "only-run-tests": "vitest" }, "dependencies": { - "@grpc/grpc-js": "^1.11.3", + "@grpc/grpc-js": "~1.12.5", "google-protobuf": "^3.15.3" }, "devDependencies": { diff --git a/package.json b/package.json index cfed83e..74ef27f 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.12.5", "@protobuf-ts/runtime": "^2.9.4", "@protobuf-ts/runtime-rpc": "^2.9.4", "google-protobuf": "^3.21.4"