From 85b9d70c9f31cfdf5dcd4569babf234cb90d590b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 01:37:24 +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-AJV-584908 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-GRPC-598671 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/npm:hoek:20180212 --- endpoints/getting-started-grpc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/getting-started-grpc/package.json b/endpoints/getting-started-grpc/package.json index dd7252037a..9dd29772bd 100644 --- a/endpoints/getting-started-grpc/package.json +++ b/endpoints/getting-started-grpc/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "google-auth-library": "^0.10.0", - "grpc": "1.4.1", + "grpc": "1.24.11", "jsonwebtoken": "^7.4.1", "yargs": "8.0.2" },