From 798b988b0c83da9fdda2f81513edf94840db1567 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 07:20:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-8446504 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cd1bf66..6c8920a 100644 --- a/package.json +++ b/package.json @@ -19,14 +19,14 @@ "mime": "2.0.0", "ejs-locals": "1.0.2", "errorhandler": "1.2.0", - "express": "4.12.4", + "express": "4.21.2", "express-fileupload": "0.0.5", "humanize-ms": "1.0.1", "jquery": "^2.2.4", "marked": "0.3.5", "method-override": "latest", "moment": "2.15.1", - "mongoose": "4.2.4", + "mongoose": "8.8.3", "morgan": "latest", "ms": "^0.7.1", "npmconf": "0.0.24",