diff --git a/package.json b/package.json index 9bdc802..0236cfd 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.2", "@protobuf-ts/runtime": "^2.9.6", "@protobuf-ts/runtime-rpc": "^2.9.6", "google-protobuf": "^3.21.4" @@ -48,13 +48,13 @@ "@eslint/js": "^9.23.0", "@protobuf-ts/plugin": "^2.9.6", "@tsconfig/node18": "^18.2.4", - "@typescript-eslint/eslint-plugin": "^8.28.0", - "@typescript-eslint/parser": "^8.28.0", + "@typescript-eslint/eslint-plugin": "^8.29.0", + "@typescript-eslint/parser": "^8.29.0", "eslint": "^9.23.0", "grpc-tools": "^1.13.0", - "rollup": "^4.37.0", + "rollup": "^4.38.0", "tsc-esm-fix": "^3.1.2", "typescript": "^5.8", - "vitest": "^3.0.9" + "vitest": "^3.1.1" } }