From 6978cdc8e20569d2c3a5b41a4fad03e67ec96697 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 04:32:24 +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 a7ab0e4f9e..cab78137e6 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "data2xml": "1.2.4", "ejs-mate": "2.3.0", "eventproxy": "1.0.0", - "express": "4.16.0", + "express": "4.21.2", "express-session": "1.12.1", "helmet": "1.3.0", "ioredis": "2.0.0", @@ -33,7 +33,7 @@ "memory-cache": "0.1.4", "method-override": "2.3.5", "moment": "2.15.2", - "mongoose": "5.3.9", + "mongoose": "8.8.3", "multiline": "1.0.2", "node-uuid": "1.4.7", "nodemailer": "2.3.0",