From e7f7636b1ceb0f3e168c134964e03ff94dc4baea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 18:52:29 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 874b92499..6f645fb33 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "crypto": "0.0.3", "debug": "2.5.1", "express": "4.14.0", - "jsonwebtoken": "^7.2.1", + "jsonwebtoken": "^9.0.0", "minimist": "1.2.0", "moment": "2.17.1", "mysql": "2.15.0",