From 645d73f2b3abcf5b111bdc957276c9e1206809ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 07:58:02 +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 99fd1a5676..8b00c7f27c 100644 --- a/endpoints/getting-started-grpc/package.json +++ b/endpoints/getting-started-grpc/package.json @@ -19,7 +19,7 @@ "dependencies": { "google-auth-library": "^6.0.0", "grpc": "^1.18.0", - "jsonwebtoken": "^8.2.0", + "jsonwebtoken": "^9.0.0", "yargs": "^16.0.0" }, "devDependencies": {