From 433c36756c5e1826bfbccc198c64cb3bef301cfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:54:10 +0000 Subject: [PATCH] chore(deps): update dependency @grpc/grpc-js to ^1.12.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/grpc/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grpc/package.json b/packages/grpc/package.json index be54b870..30aab9a1 100644 --- a/packages/grpc/package.json +++ b/packages/grpc/package.json @@ -51,7 +51,7 @@ "dependencies": { "@bufbuild/protobuf": "^2.1.0", "@cerbos/core": "^0.18.1", - "@grpc/grpc-js": "^1.11.3" + "@grpc/grpc-js": "^1.12.0" }, "publishConfig": { "access": "public", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d9bd72f1..12a2174b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -97,7 +97,7 @@ importers: specifier: ^0.18.1 version: link:../core '@grpc/grpc-js': - specifier: ^1.11.3 + specifier: ^1.12.0 version: 1.12.0 packages/http: