From b94a80b9e1e7dd9247188bf7a7d060e5c8322735 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 16:57: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-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- 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..57d1396067 100644 --- a/endpoints/getting-started-grpc/package.json +++ b/endpoints/getting-started-grpc/package.json @@ -19,7 +19,7 @@ "dependencies": { "google-auth-library": "^2.0.0", "grpc": "1.17.0", - "jsonwebtoken": "^8.2.0", + "jsonwebtoken": "^9.0.0", "yargs": "12.0.5" }, "devDependencies": {