From 8638be270f1c1ffe19f63552ad92bcda5ee00225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 14:48:39 +0000 Subject: [PATCH] chore(deps): bump @grpc/grpc-js from 1.13.3 to 1.13.4 Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.13.3 to 1.13.4. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.13.3...@grpc/grpc-js@1.13.4) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-version: 1.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c9b0226ca8..6a0f208b970 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@fluent/syntax": "^0.19.0", "@google-cloud/logging-winston": "^6.0.1", "@google-cloud/pubsub": "^5.0.0", - "@grpc/grpc-js": "1.13.3", + "@grpc/grpc-js": "1.13.4", "@leeoniya/ufuzzy": "^1.0.18", "@mozilla/glean": "^5.0.5", "@next/third-parties": "15.5.3", @@ -4539,9 +4539,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.13.3.tgz", - "integrity": "sha512-FTXHdOoPbZrBjlVLHuKbDZnsTxXv2BlHF57xw6LuThXacXvtkahEPED0CKMk6obZDf65Hv4k3z62eyPNpvinIg==", + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.13.4.tgz", + "integrity": "sha512-GsFaMXCkMqkKIvwCQjCrwH+GHbPKBjhwo/8ZuUkWHqbI73Kky9I+pQltrlT0+MWpedCoosda53lgjYfyEPgxBg==", "license": "Apache-2.0", "dependencies": { "@grpc/proto-loader": "^0.7.13", diff --git a/package.json b/package.json index 0e4a26b7be5..4db0d060daf 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@fluent/syntax": "^0.19.0", "@google-cloud/logging-winston": "^6.0.1", "@google-cloud/pubsub": "^5.0.0", - "@grpc/grpc-js": "1.13.3", + "@grpc/grpc-js": "1.13.4", "@leeoniya/ufuzzy": "^1.0.18", "@mozilla/glean": "^5.0.5", "@next/third-parties": "15.5.3",