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" },