From 4704e1d34e671273324fcba839e7ff91fae7d35e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 23:40:51 +0000 Subject: [PATCH] fix: aws-node-auth0-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-custom-authorizers-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-node-auth0-custom-authorizers-api/package.json b/aws-node-auth0-custom-authorizers-api/package.json index d4386774a..4ef98a94b 100644 --- a/aws-node-auth0-custom-authorizers-api/package.json +++ b/aws-node-auth0-custom-authorizers-api/package.json @@ -4,6 +4,6 @@ "description": "Demonstration of protecting API gateway endpoints with auth0", "license": "MIT", "dependencies": { - "jsonwebtoken": "^7.1.9" + "jsonwebtoken": "^9.0.0" } }