From e2c18123a55b405ece256b284ff44d93ce8ba88e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 07:27:52 +0000 Subject: [PATCH] fix: aws-node-auth0-cognito-custom-authorizers-api/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 --- aws-node-auth0-cognito-custom-authorizers-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-node-auth0-cognito-custom-authorizers-api/package.json b/aws-node-auth0-cognito-custom-authorizers-api/package.json index fd971fc2a..6830f73cd 100644 --- a/aws-node-auth0-cognito-custom-authorizers-api/package.json +++ b/aws-node-auth0-cognito-custom-authorizers-api/package.json @@ -4,7 +4,7 @@ "description": "Authorize your API Gateway with either Auth0 or Cognito RS256 tokens.", "license": "MIT", "dependencies": { - "jsonwebtoken": "^7.1.9", + "jsonwebtoken": "^9.0.0", "jwk-to-pem": "^1.2.6", "request": "^2.82.0" },