From 203b1a83f96e5c166844fcc4eaa4fa2e613df294 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 08:43:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d2546d1..be8a43c 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,11 @@ "debug": "~3.1.0", "ejs": "^2.5.3", "express": "~4.16.2", - "express-jwt": "^5.1.0", + "express-jwt": "^7.0.0", "jade": "~1.11.0", "jsonwebtoken": "^8.1.0", "lodash": "^4.17.2", - "mongoose": "^4.7.1", + "mongoose": "^5.7.3", "mongoose-timestamp": "^0.6.0", "morgan": "~1.9.0", "postmark": "^1.3.1",