From 1dffd782fb5a6f0cfb64613df47ac73a71effd10 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 14:58:22 +0000 Subject: [PATCH] fix: upgrade @grpc/grpc-js from 1.4.6 to 1.10.10 Snyk has created this PR to upgrade @grpc/grpc-js from 1.4.6 to 1.10.10. See this package in npm: @grpc/grpc-js See this project in Snyk: https://app.snyk.io/org/cachiman/project/1d5cd872-cba4-42ef-9329-d4c202812de0?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- sdks/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json index 87a1fca269fc..01e8c16f1032 100644 --- a/sdks/typescript/package.json +++ b/sdks/typescript/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@google-cloud/pubsub": "^2.19.4", - "@grpc/grpc-js": "~1.4.6", + "@grpc/grpc-js": "~1.10.10", "@protobuf-ts/grpc-transport": "^2.1.0", "@protobuf-ts/plugin": "^2.1.0", "bson": "^4.6.0",