From 4e62a2e3eb0adcaf1ddf2d6cf10dc9b36c897e80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 16:52:04 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d2546d1..b1ad78b 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ "debug": "~3.1.0", "ejs": "^2.5.3", "express": "~4.16.2", - "express-jwt": "^5.1.0", + "express-jwt": "^8.0.0", "jade": "~1.11.0", - "jsonwebtoken": "^8.1.0", + "jsonwebtoken": "^9.0.0", "lodash": "^4.17.2", "mongoose": "^4.7.1", "mongoose-timestamp": "^0.6.0",