From 8f1dabda5a196a9848913b8462c999707ed93243 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Jul 2025 09:53:56 +0000 Subject: [PATCH] fix: endpoints/getting-started-grpc/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- endpoints/getting-started-grpc/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints/getting-started-grpc/package.json b/endpoints/getting-started-grpc/package.json index dd7252037a..12ba320f51 100644 --- a/endpoints/getting-started-grpc/package.json +++ b/endpoints/getting-started-grpc/package.json @@ -19,8 +19,8 @@ "test": "samples test run --cmd ava -- -T 1m --verbose system-test/*.test.js" }, "dependencies": { - "google-auth-library": "^0.10.0", - "grpc": "1.4.1", + "google-auth-library": "^1.0.0", + "grpc": "1.24.11", "jsonwebtoken": "^7.4.1", "yargs": "8.0.2" },