From 0d3b4d950c45e409a46792c41948b1e7fe84d381 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 06:13:52 +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-AXIOS-6032459 --- 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 35b696baa1..9ed8b2956d 100644 --- a/endpoints/getting-started-grpc/package.json +++ b/endpoints/getting-started-grpc/package.json @@ -17,7 +17,7 @@ "test": "repo-tools test run --cmd ava -- -T 1m --verbose system-test/*.test.js" }, "dependencies": { - "google-auth-library": "^2.0.0", + "google-auth-library": "^3.0.0", "grpc": "1.17.0", "jsonwebtoken": "^8.2.0", "yargs": "12.0.5"