From 25860b462a26c6e86365527a48a08178ff038514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 08:35:18 +0000 Subject: [PATCH] build(deps): update @grpc/grpc-js requirement from ^1.9.0 to ^1.14.3 Updates the requirements on [@grpc/grpc-js](https://github.com/grpc/grpc-node) to permit the latest version. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.0...@grpc/grpc-js@1.14.3) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-version: 1.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 163e8956..b1a28183 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@tauri-apps/plugin-fs": "2.4.5", "effect": "3.19.15", "google-protobuf": "4.0.1", - "@grpc/grpc-js": "^1.9.0", + "@grpc/grpc-js": "^1.14.3", "@grpc/proto-loader": "^0.7.0" }, "devDependencies": {