diff --git a/package.json b/package.json index 44f0ff3..7f1eb76 100644 --- a/package.json +++ b/package.json @@ -46,21 +46,21 @@ "@grpc/grpc-js": "^1.13.4", "@protobuf-ts/runtime": "^2.11.1", "@protobuf-ts/runtime-rpc": "^2.11.1", - "google-protobuf": "^3.21.4" + "google-protobuf": "^4.0.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^9.30.0", + "@eslint/js": "^9.34.0", "@protobuf-ts/plugin": "^2.11.1", "@tsconfig/node18": "^18.2.4", - "@typescript-eslint/eslint-plugin": "^8.35.1", - "@typescript-eslint/parser": "^8.35.1", - "eslint": "^9.30.0", + "@typescript-eslint/eslint-plugin": "^8.41.0", + "@typescript-eslint/parser": "^8.41.0", + "eslint": "^9.34.0", "grpc-tools": "^1.13.0", "prettier": "^3.6.2", - "rollup": "^4.44.1", + "rollup": "^4.50.0", "tsc-esm-fix": "^3.1.2", - "typescript": "^5.8", + "typescript": "^5.9", "vitest": "^3.2.4" } }