From 054765e8dd5e41466147b93eeb09290963cf37a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 20:27:46 +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 cdfa9a30..8a3676dc 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",