From b2f0b5d1a5c1ea7e9c35b8ede9910476a05a3b54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 06:56:35 +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 675cd89..bd034ff 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ "cookie-parser": "~1.0.1", "errorhandler": "~1.0.0", "express": "^4.14.0", - "express-jwt": "^0.1.3", + "express-jwt": "^8.0.0", "express-session": "~1.0.2", "jade": "~1.2.0", - "jsonwebtoken": "^7.1.9", + "jsonwebtoken": "^9.0.0", "lodash": "~2.4.1", "method-override": "~1.0.0", "mongoose": "~4.6.8",